Skip to content

Commit

Permalink
Update settings.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnieBLT committed Jan 1, 2025
1 parent ed04cb4 commit 5af7222
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions blt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,20 +352,9 @@

LOGGING = {
"version": 1,
"disable_existing_loggers": True,
"handlers": {}, # No handlers are defined
"loggers": {
"": {
"handlers": [], # No handlers attached
"level": "CRITICAL", # Minimal logging level
"propagate": False, # Prevent propagation to parent loggers
},
"django.request": {
"handlers": [], # Disable request logging
"level": "CRITICAL", # Only log critical errors
"propagate": False, # Prevent propagation to parent loggers
},
},
"disable_existing_loggers": True, # Disable all existing loggers
"handlers": {}, # No handlers defined
"loggers": {}, # No loggers defined
}


Expand Down

0 comments on commit 5af7222

Please sign in to comment.