Disable logging to file. Set console logging to verbose.

This commit is contained in:
Edgars Voroboks 2019-03-08 22:00:05 +02:00
parent 30738d064e
commit b2263f811a

View File

@ -71,10 +71,10 @@ telegram:
# Settings for controlling how logging works
logging:
file: logs/dimension.log
file: /dev/null
console: true
consoleLevel: info
fileLevel: verbose
consoleLevel: verbose
fileLevel: info
rotate:
size: 52428800 # bytes, default is 50mb
count: 5