1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-07-12 22:41:50 +02:00

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 # Settings for controlling how logging works
logging: logging:
file: logs/dimension.log file: /dev/null
console: true console: true
consoleLevel: info consoleLevel: verbose
fileLevel: verbose fileLevel: info
rotate: rotate:
size: 52428800 # bytes, default is 50mb size: 52428800 # bytes, default is 50mb
count: 5 count: 5