소스 검색

Add utf8 encoding option to log config

pull/52/head
Aaron Raimist 7 년 전
부모
커밋
9028e3714e
No known key found for this signature in database GPG 키 ID: 37419210002890EF
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. +1
    -0
      roles/matrix-server/templates/synapse/synapse.log.config.j2

+ 1
- 0
roles/matrix-server/templates/synapse/synapse.log.config.j2 파일 보기

@@ -18,6 +18,7 @@ handlers:
maxBytes: {{ matrix_synapse_max_log_file_size_mb * 1024 * 1024 }}
backupCount: {{ matrix_synapse_max_log_files_count }}
filters: [context]
encoding: utf8
console:
class: logging.StreamHandler
formatter: precise


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