Reading List Bug (#1943)
* Refactored how we calculate start and end dates for a reading list generated from Scan. * Cleaned up the logging messages a bit * By default, allow DB statements to include params, since there's no PPI involved.
This commit is contained in:
parent
868d20a18e
commit
19198beadf
5 changed files with 9 additions and 5 deletions
|
@ -70,7 +70,8 @@ public static class ApplicationServiceExtensions
|
|||
{
|
||||
options.UseSqlite("Data source=config/kavita.db");
|
||||
options.EnableDetailedErrors();
|
||||
options.EnableSensitiveDataLogging(env.IsDevelopment());
|
||||
|
||||
options.EnableSensitiveDataLogging();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue