瀏覽代碼
Add utf8 encoding option to log config
pull/52/head
Aaron Raimist
7 年之前
沒有發現已知的金鑰在資料庫的簽署中
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 |
|
|
|
|