fix: change logging level for django.server to ERROR for improved error handling
This commit is contained in:
parent
567a7612ed
commit
3d08263f79
@ -103,7 +103,7 @@ LOGGING = {
|
||||
},
|
||||
'django.server': {
|
||||
'handlers': ['console', 'file', 'syslog'],
|
||||
'level': LOG_LEVEL,
|
||||
'level': 'ERROR',
|
||||
'propagate': False,
|
||||
},
|
||||
'max_kb': {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user