mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-25 16:05:37 -04:00
Merge pull request #2762 from matrix-org/rav/fix_logconfig_indenting
Make indentation of generated log config consistent
This commit is contained in:
commit
aed4e4ecdd
1 changed files with 17 additions and 17 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue