mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-03-31 21:55:06 +00:00
Set default log format to fancy
This commit is contained in:
parent
e616fde9b7
commit
8103e25e32
@ -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
|
||||
|
@ -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
|
||||
|
@ -18,7 +18,7 @@ let
|
||||
};
|
||||
logging = {
|
||||
minimum-level = "Info";
|
||||
format = "Plain";
|
||||
format = "Fancy";
|
||||
};
|
||||
mail-debug = false;
|
||||
jdbc = {
|
||||
|
@ -23,7 +23,7 @@ let
|
||||
};
|
||||
logging = {
|
||||
minimum-level = "Info";
|
||||
format = "Plain";
|
||||
format = "Fancy";
|
||||
};
|
||||
integration-endpoint = {
|
||||
enabled = false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user