fix: change logging level for django.server to ERROR for improved error handling

This commit is contained in:
CaptainB 2025-07-23 14:22:57 +08:00
parent 567a7612ed
commit 3d08263f79

View File

@ -103,7 +103,7 @@ LOGGING = {
},
'django.server': {
'handlers': ['console', 'file', 'syslog'],
'level': LOG_LEVEL,
'level': 'ERROR',
'propagate': False,
},
'max_kb': {