Set default log format to fancy

This commit is contained in:
eikek
2022-02-23 23:26:11 +01:00
parent e616fde9b7
commit 8103e25e32
4 changed files with 4 additions and 4 deletions

View File

@ -22,7 +22,7 @@ docspell.joex {
logging { logging {
# The format for the log messages. Can be one of: # The format for the log messages. Can be one of:
# Json, Logfmt, Fancy or Plain # Json, Logfmt, Fancy or Plain
format = "Plain" format = "Fancy"
# The minimum level to log. From lowest to highest: # The minimum level to log. From lowest to highest:
# Trace, Debug, Info, Warn, Error # Trace, Debug, Info, Warn, Error

View File

@ -25,7 +25,7 @@ docspell.server {
logging { logging {
# The format for the log messages. Can be one of: # The format for the log messages. Can be one of:
# Json, Logfmt, Fancy or Plain # Json, Logfmt, Fancy or Plain
format = "Plain" format = "Fancy"
# The minimum level to log. From lowest to highest: # The minimum level to log. From lowest to highest:
# Trace, Debug, Info, Warn, Error # Trace, Debug, Info, Warn, Error

View File

@ -18,7 +18,7 @@ let
}; };
logging = { logging = {
minimum-level = "Info"; minimum-level = "Info";
format = "Plain"; format = "Fancy";
}; };
mail-debug = false; mail-debug = false;
jdbc = { jdbc = {

View File

@ -23,7 +23,7 @@ let
}; };
logging = { logging = {
minimum-level = "Info"; minimum-level = "Info";
format = "Plain"; format = "Fancy";
}; };
integration-endpoint = { integration-endpoint = {
enabled = false; enabled = false;