mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Improve logging configuration
- Log levels of specific loggers can be defined in the config file (doesn't work with env variables) - Log events of background tasks carry now additional data
This commit is contained in:
@ -26,7 +26,15 @@ docspell.joex {
|
||||
|
||||
# The minimum level to log. From lowest to highest:
|
||||
# Trace, Debug, Info, Warn, Error
|
||||
minimum-level = "Info"
|
||||
minimum-level = "Warn"
|
||||
|
||||
# Override the log level of specific loggers
|
||||
levels = {
|
||||
"docspell" = "Info"
|
||||
"org.flywaydb" = "Info"
|
||||
"binny" = "Info"
|
||||
"org.http4s" = "Info"
|
||||
}
|
||||
}
|
||||
|
||||
# The database connection.
|
||||
|
Reference in New Issue
Block a user