Slavi Pantaleev
7 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
0 eliminazioni
-
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 |
|
|
|
|