mirror of
https://github.com/element-hq/synapse.git
synced 2026-01-11 19:56:31 +00:00
Fix typo in structured_logging.md for file handler config (#18872)
This commit is contained in:
parent
4d55f2f301
commit
74fdbc7b75
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ handlers:
|
|||
loggers:
|
||||
synapse:
|
||||
level: INFO
|
||||
handlers: [remote]
|
||||
handlers: [file]
|
||||
synapse.storage.SQL:
|
||||
level: WARNING
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue