updated sample config
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
konrad 2019-01-25 12:22:03 +01:00
parent 5d2f0e22f9
commit 79bcfa1cb9
Signed by: konrad
GPG Key ID: F40E70337AB24C9B

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"