saleem-mirza / serilog-sinks-sqlite

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

different tables log lost #49

Open yzl-5483 opened 1 month ago

yzl-5483 commented 1 month ago

When batchSize is set to>1, for example, when using a filter to write to different tables by default, even if CloseAndFlush is used, data will be lost at the end of the program. How to solve this problem.