Selaa lähdekoodia

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 7 vuotta sitten
vanhempi
commit
17cd52ced6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      roles/matrix-synapse/templates/synapse/synapse.log.config.j2

+ 1
- 1
roles/matrix-synapse/templates/synapse/synapse.log.config.j2 Näytä tiedosto

@@ -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:


Ladataan…
Peruuta
Tallenna