Closed yoandydt closed 5 years ago
In the class SQLiteSink.cs call InitializeDatabase (); before ... if (retentionPeriod.HasValue) {... and not later. I have done it and correct the error.
@saleem-mirza I guess you can close this as the PR is merged already?
If LoggerConfiguration SQLite is created with parameters retentionPeriod and retentionCheckInterval the application gives an access error to the tableName because it starts a timer that you are going to try to clean data to a table that has not yet been created.