Add utf8 encoding option to log config

This commit is contained in:
Aaron Raimist 2018-12-04 09:34:32 -06:00
parent ea549403d4
commit 9028e3714e
No known key found for this signature in database
GPG Key ID: 37419210002890EF

View File

@ -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