Bläddra i källkod

Disable logging to file. Set console logging to verbose.

pull/107/head
Edgars Voroboks 7 år sedan
förälder
incheckning
b2263f811a
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. +3
    -3
      roles/matrix-dimension/templates/config.yaml.j2

+ 3
- 3
roles/matrix-dimension/templates/config.yaml.j2 Visa fil

@@ -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

Laddar…
Avbryt
Spara