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

removed logging file handler

pull/622/head
Sabine Laszakovits 4 лет назад
committed by Stuart Mumford
Родитель
Сommit
a5f563ba33
1 измененных файлов: 1 добавлений и 7 удалений
  1. +1
    -7
      roles/matrix-maubot/templates/maubot_config.yaml.j2

+ 1
- 7
roles/matrix-maubot/templates/maubot_config.yaml.j2 Просмотреть файл

@@ -86,12 +86,6 @@ logging:
precise:
format: "[%(asctime)s] [%(levelname)s@%(name)s] %(message)s"
handlers:
file:
class: logging.handlers.RotatingFileHandler
formatter: precise
filename: /var/log/maubot.log
maxBytes: 10485760
backupCount: 10
console:
class: logging.StreamHandler
formatter: precise
@@ -104,4 +98,4 @@ logging:
level: INFO
root:
level: DEBUG
handlers: [file, console]
handlers: [console]

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