vip32 / serilog-sinks-litedb

Apache License 2.0
33 stars 15 forks source link

Add support for rolling files #2

Closed ti24horas closed 7 years ago

ti24horas commented 7 years ago

Is it possible to support rolling files for lite db sink? Suppose we need to troubleshoot an app (and the app is writing verbose). By using a LiteDbExplorer for example, one could download the log to local machine and run queries without impact the application. The rolling file support allows older logs to be deleted or archived (and later be consolidated) without impact a running application.

vip32 commented 7 years ago

PRs are welcome 🤗