Improve logging handling #57

Merged
konrad merged 14 commits from fix-logging-chaos into master 2019-01-25 11:40:54 +00:00
Showing only changes of commit 79bcfa1cb9 - Show all commits

View File

@ -73,7 +73,7 @@ mailer:
log:
# A folder where all the logfiles should go.
path: service.rootpath + "/logs"
path: <rootpath>logs
# Whether to show any logging at all or none
enabled: true
# Where the error log should go. Possible values are stdout, file or off to disable error logging.
@ -85,4 +85,4 @@ log:
# Whether to log http requests or not. Possible values are stdout, file or off to disable http logging.
http: "stdout"
# Echo has its own logging which usually is unnessecary, which is why it is disabled by default. Possible values are stdout, file or off to disable standard logging.
echo: "off"
echo: "off"