mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Set default log format to fancy
This commit is contained in:
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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 = {
|
||||||
|
@ -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;
|
||||||
|
Reference in New Issue
Block a user