Skip to content

Commit

Permalink
Fix stray use of console logger to console_structured (#4351)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb authored May 19, 2024
1 parent 7c6699d commit 87c9346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/conf/settings/logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def suppress_unwanted_logs(record: LogRecord) -> bool:
# and it's nice to be able to enable it conditionally within that context
LOGGING["loggers"]["django.db.backends"] = {
"level": "DEBUG",
"handlers": ["console"],
"handlers": ["console_structured"],
"propagate": False,
}

Expand Down

0 comments on commit 87c9346

Please sign in to comment.