Skip to content

Commit

Permalink
Merge branch 'OWASP-BLT:main' into issue_2972_added_refrash_feature_1…
Browse files Browse the repository at this point in the history
…_fix
  • Loading branch information
JisanAR03 authored Jan 1, 2025
2 parents 9d06e6b + 5af7222 commit c41eb3f
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 c41eb3f

Please sign in to comment.