0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-09 11:22:00 +02:00

Merge pull request #2762 from matrix-org/rav/fix_logconfig_indenting

Make indentation of generated log config consistent
This commit is contained in:
Richard van der Hoff 2018-01-09 12:07:56 +00:00 committed by GitHub
commit aed4e4ecdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,8 +29,8 @@ 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: