You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are logs first written into a db file and then sent to Logstash?
If so, is the logging to the db file done asynchronously?
Can the database-path be omitted, i.e., not specified in the configuration file?
I've noticed that omitting it leads to an error indicating that the database-path must be provided.
thanks @bngsudheer@skwashd@rmihael@sarg@eht16
The text was updated successfully, but these errors were encountered:
@klin111 I'm not sure why you tagged on this issue.
I contributed a small patch about a decade ago to support TLS connections. I only dug into the internals enough to add the feature I needed. I haven't used this library for many year.
I'm unsubscribing myself from this issue, so I won't see any more followups.
Thank you for sharing. I had configured it as: database_path="" or database_path=":memory:". However, later when I set it to: database_path="None", the error disappeared.
Are logs first written into a db file and then sent to Logstash?
If so, is the logging to the db file done asynchronously?
Can the database-path be omitted, i.e., not specified in the configuration file?
I've noticed that omitting it leads to an error indicating that the database-path must be provided.
thanks
@bngsudheer @skwashd @rmihael @sarg @eht16
The text was updated successfully, but these errors were encountered: