소스 검색
Add utf8 encoding option to log config
pull/52/head
Aaron Raimist
7 년 전
No known key found for this signature in database
GPG 키 ID: 37419210002890EF
1개의 변경된 파일과
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 |
|
|
|
|