Skip to content

Commit

Permalink
Disable existing loggers (django default loggers).
Browse files Browse the repository at this point in the history
  • Loading branch information
terjekv committed Aug 27, 2023
1 parent 8f8408a commit 238d5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mregsite/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
logging.config.dictConfig(
{
"version": 1,
"disable_existing_loggers": False,
"disable_existing_loggers": True,
"formatters": {
"plain": {
"()": structlog.stdlib.ProcessorFormatter,
Expand Down

0 comments on commit 238d5fe

Please sign in to comment.