Преглед изворни кода

Remove outdated logging configuration from Dimension

Related to 123a45bb21

Provoked by https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/1879

Not sure how bot-sdk's logging level can be adjusted. Seems like
Dimension now hardcodes `LogService.setLevel(LogLevel.DEBUG);` in its
startup code.
pull/1907/head
Slavi Pantaleev пре 3 година
родитељ
комит
95ca182ab5
1 измењених фајлова са 0 додато и 10 уклоњено
  1. +0
    -10
      roles/matrix-dimension/templates/config.yaml.j2

+ 0
- 10
roles/matrix-dimension/templates/config.yaml.j2 Прегледај датотеку

@@ -73,13 +73,3 @@ dimension:
# This is where Dimension is accessible from clients. Be sure to set this
# to your own Dimension instance.
publicUrl: "https://{{ matrix_server_fqn_dimension }}"

# Settings for controlling how logging works
logging:
file: /dev/null
console: true
consoleLevel: verbose
fileLevel: info
rotate:
size: 52428800 # bytes, default is 50mb
count: 5

Loading…
Откажи
Сачувај