mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-14 10:04:46 +08:00
Add utf8 encoding option to log config
This commit is contained in:
parent
ea549403d4
commit
9028e3714e
@ -18,6 +18,7 @@ handlers:
|
|||||||
maxBytes: {{ matrix_synapse_max_log_file_size_mb * 1024 * 1024 }}
|
maxBytes: {{ matrix_synapse_max_log_file_size_mb * 1024 * 1024 }}
|
||||||
backupCount: {{ matrix_synapse_max_log_files_count }}
|
backupCount: {{ matrix_synapse_max_log_files_count }}
|
||||||
filters: [context]
|
filters: [context]
|
||||||
|
encoding: utf8
|
||||||
console:
|
console:
|
||||||
class: logging.StreamHandler
|
class: logging.StreamHandler
|
||||||
formatter: precise
|
formatter: precise
|
||||||
|
Loading…
Reference in New Issue
Block a user