Browse Source

Disable logging to file. Set console logging to verbose.

pull/107/head
Edgars Voroboks 7 years ago
parent
commit
b2263f811a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      roles/matrix-dimension/templates/config.yaml.j2

+ 3
- 3
roles/matrix-dimension/templates/config.yaml.j2 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
fileLevel: verbose
consoleLevel: verbose
fileLevel: info
rotate: rotate:
size: 52428800 # bytes, default is 50mb size: 52428800 # bytes, default is 50mb
count: 5 count: 5

Loading…
Cancel
Save