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 95719fb + ed04cb4 commit 9d06e6b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions blt/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,9 +226,9 @@
if not TESTING:
SECURE_SSL_REDIRECT = True

import logging
# import logging

logging.basicConfig(level=logging.DEBUG)
# logging.basicConfig(level=logging.DEBUG)

GS_BUCKET_NAME = "bhfiles"

Expand Down Expand Up @@ -360,6 +360,11 @@
"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
},
},
}

Expand Down

0 comments on commit 9d06e6b

Please sign in to comment.