Просмотр исходного кода

Merge pull request #52 from aaronraimist/utf8-encoding

Add utf8 encoding option to log config
pull/55/head
Slavi Pantaleev 7 лет назад
committed by GitHub
Родитель
Сommit
cb874da1f7
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
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


Загрузка…
Отмена
Сохранить