mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 12:54:55 -04:00
Merge pull request #1668 from pik/bug-console-filter
Logging: Fix console filter breaking when level is DEBUG
This commit is contained in:
commit
3e90250ea3
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ handlers:
|
|||
console:
|
||||
class: logging.StreamHandler
|
||||
formatter: precise
|
||||
filters: [context]
|
||||
|
||||
loggers:
|
||||
synapse:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue