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 {
# The format for the log messages. Can be one of:
# Json, Logfmt, Fancy or Plain
format = "Plain"
format = "Fancy"
# The minimum level to log. From lowest to highest:
# Trace, Debug, Info, Warn, Error

View File

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

View File

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

View File

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