소스 검색

Make mautrix-signal bridge not log to files

We try to only use console logging (going to journald) for everything,
instead of logging things twice (or more).
pull/686/head
Slavi Pantaleev 5 년 전
부모
커밋
3b524ee815
1개의 변경된 파일1개의 추가작업 그리고 7개의 파일을 삭제
  1. +1
    -7
      roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 1
- 7
roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2 파일 보기

@@ -189,12 +189,6 @@ logging:
normal:
format: "[%(asctime)s] [%(levelname)s@%(name)s] %(message)s"
handlers:
file:
class: logging.handlers.RotatingFileHandler
formatter: normal
filename: ./mautrix-signal.log
maxBytes: 10485760
backupCount: 10
console:
class: logging.StreamHandler
formatter: colored
@@ -205,4 +199,4 @@ logging:
level: INFO
root:
level: {{ matrix_mautrix_signal_log_level }}
handlers: [file, console]
handlers: [console]

불러오는 중...
취소
저장