소스 검색

Merge pull request #2799 from ThellraAK/gmessages-logging2

Gmessage bridge: Remove file logging, and add existing log level variable to config
pull/2791/head^2
Slavi Pantaleev 2 년 전
committed by GitHub
부모
커밋
122cda6f10
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일3개의 추가작업 그리고 9개의 파일을 삭제
  1. +3
    -9
      roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2

+ 3
- 9
roles/custom/matrix-bridge-mautrix-gmessages/templates/config.yaml.j2 파일 보기

@@ -286,13 +286,7 @@ bridge:

# Logging config. See https://github.com/tulir/zeroconfig for details.
logging:
min_level: debug
min_level: {{ matrix_mautrix_gmessages_logging_level }}
writers:
- type: stdout
format: pretty-colored
- type: file
format: json
filename: ./logs/mautrix-gmessages.log
max_size: 100
max_backups: 10
compress: true
- type: stdout
format: pretty-colored

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