Skip to content

Commit

Permalink
Test root level debug
Browse files Browse the repository at this point in the history
  • Loading branch information
henhuy committed Jan 29, 2024
1 parent 9d19567 commit 8eab75f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@
"formatter": "verbose",
}
},
"root": {"level": "INFO", "handlers": ["console"]},
"root": {"level": "DEBUG", "handlers": ["console"]},
"loggers": {
"django.db.backends": {
"level": "ERROR",
"handlers": ["console"],
"propagate": False,
},
# Errors logged by the SDK itself
"sentry_sdk": {"level": "ERROR", "handlers": ["console"], "propagate": True},
"sentry_sdk": {"level": "ERROR", "handlers": ["console"], "propagate": False},
"django.security.DisallowedHost": {
"level": "ERROR",
"handlers": ["console"],
Expand Down

0 comments on commit 8eab75f

Please sign in to comment.