Procházet zdrojové kódy

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 před 7 roky
rodič
revize
17cd52ced6
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      roles/matrix-synapse/templates/synapse/synapse.log.config.j2

+ 1
- 1
roles/matrix-synapse/templates/synapse/synapse.log.config.j2 Zobrazit soubor

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


Načítá se…
Zrušit
Uložit