Skip to content

Commit 3d08263

Browse files
committed
fix: change logging level for django.server to ERROR for improved error handling
1 parent 567a761 commit 3d08263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/maxkb/settings/logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
},
104104
'django.server': {
105105
'handlers': ['console', 'file', 'syslog'],
106-
'level': LOG_LEVEL,
106+
'level': 'ERROR',
107107
'propagate': False,
108108
},
109109
'max_kb': {

0 commit comments

Comments
 (0)