Merge pull request #52 from aaronraimist/utf8-encoding

Add utf8 encoding option to log config
This commit is contained in:
Slavi Pantaleev 2018-12-05 10:57:23 +09:00 committed by GitHub
commit cb874da1f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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