Просмотр исходного кода

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 лет назад
Родитель
Сommit
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 # This is where Dimension is accessible from clients. Be sure to set this
# to your own Dimension instance. # to your own Dimension instance.
publicUrl: "https://{{ matrix_server_fqn_dimension }}" 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

Загрузка…
Отмена
Сохранить