Преглед изворни кода

Add utf8 encoding option to log config

pull/52/head
Aaron Raimist пре 7 година
родитељ
комит
9028e3714e
No known key found for this signature in database GPG Key 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


Loading…
Откажи
Сачувај