Fix typo in structured_logging.md for file handler config (#18872)

This commit is contained in:
Amin Farjadi
2025-09-09 09:51:36 +01:00
committed by GitHub
parent 4d55f2f301
commit 74fdbc7b75

View File

@@ -35,7 +35,7 @@ handlers:
loggers:
synapse:
level: INFO
handlers: [remote]
handlers: [file]
synapse.storage.SQL:
level: WARNING
```