saleem-mirza / serilog-sinks-sqlite

A Serilog sink that writes to SQLite
Apache License 2.0
56 stars 44 forks source link

Add rolling file functionality #17

Closed mika76 closed 5 years ago

mika76 commented 6 years ago

Basically allow for a new db to be created daily like https://github.com/serilog/serilog-sinks-rollingfile

This would help a lot because the log files would then not get huge and people could just email them when needed - and if the same limits were included as RollingFile then there would never be more than 31 files logged.

saleem-mirza commented 5 years ago

Hi @mika76. I have rolled out a new version . please check https://www.nuget.org/packages/Serilog.Sinks.SQLite/5.0.0-dev-00086 and let me know if it works for you.

mika76 commented 5 years ago

Thanks will check it out