[codestyle] ruff wanted it to format this way and we accept
This commit is contained in:
parent
2b7e478a40
commit
003baf931d
1 changed files with 3 additions and 1 deletions
|
|
@ -119,7 +119,9 @@ LOGGING = {
|
|||
"formatters": {
|
||||
"logftm_formatter": {
|
||||
"()": structlog.stdlib.ProcessorFormatter,
|
||||
"processor": structlog.processors.LogfmtRenderer(sort_keys=True, key_order=["level", "event"]),
|
||||
"processor": structlog.processors.LogfmtRenderer(
|
||||
sort_keys=True, key_order=["level", "event"]
|
||||
),
|
||||
},
|
||||
},
|
||||
"handlers": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue