We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cb3a131 + 5af7222 commit 5ef042cCopy full SHA for 5ef042c
blt/settings.py
@@ -352,20 +352,9 @@
352
353
LOGGING = {
354
"version": 1,
355
- "disable_existing_loggers": True,
356
- "handlers": {}, # No handlers are defined
357
- "loggers": {
358
- "": {
359
- "handlers": [], # No handlers attached
360
- "level": "CRITICAL", # Minimal logging level
361
- "propagate": False, # Prevent propagation to parent loggers
362
- },
363
- "django.request": {
364
- "handlers": [], # Disable request logging
365
- "level": "CRITICAL", # Only log critical errors
366
367
368
+ "disable_existing_loggers": True, # Disable all existing loggers
+ "handlers": {}, # No handlers defined
+ "loggers": {}, # No loggers defined
369
}
370
371
0 commit comments