Improve logging handling #57
@ -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"
|
Loading…
x
Reference in New Issue
Block a user