mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-12-25 06:17:23 -05:00
* Moved the calculation for time to read to the backend. Tweaked some logic around showing est time to complete. * Added debug logging to help pinpoint a duplicate issue in Kavita. * More combination logic is error checked in a special way for Robbie to reproduce an issue. * Migrated chapter detail card to use backend for time calculation. Ensure we take all chapters into account for volume time calcs * Tweaked messaging for some critical logs to include file * Ensure pages count uses comma separated number * Moved Hangfire annotations to interface level. Adjusted word count service to always recalculate when user requests via analyze series files.
23 lines
554 B
JSON
23 lines
554 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Data source=config//kavita.db"
|
|
},
|
|
"TokenKey": "super secret unguessable key",
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"Microsoft": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Error",
|
|
"Hangfire": "Information",
|
|
"Microsoft.AspNetCore.Hosting.Internal.WebHost": "Information"
|
|
},
|
|
"File": {
|
|
"Path": "config//logs/kavita.log",
|
|
"Append": "True",
|
|
"FileSizeLimitBytes": 26214400,
|
|
"MaxRollingFiles": 1
|
|
}
|
|
},
|
|
"Port": 5000
|
|
}
|