Przeglądaj źródła

Make Synapse log messages a bit prettier

ef5e4ad061 intentionally makes us conform to
the logging format suggested by the official Docker image.

Reverting this part, because it's uglier.

This likely should be fixed upstream as well though.
pull/214/head
Slavi Pantaleev 6 lat temu
rodzic
commit
17cd52ced6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-synapse/templates/synapse/synapse.log.config.j2

+ 1
- 1
roles/matrix-synapse/templates/synapse/synapse.log.config.j2 Wyświetl plik

@@ -4,7 +4,7 @@ version: 1

formatters:
precise:
format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s- %(message)s'
format: '%(asctime)s - %(name)s - %(lineno)d - %(levelname)s - %(request)s - %(message)s'

filters:
context:


Ładowanie…
Anuluj
Zapisz