mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-05 06:36:19 +01:00
corrected django logging handler to reference log_file
This commit is contained in:
@@ -434,7 +434,7 @@ LOGGING = {
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'django': {
|
||||
'handlers': ['debug_file', 'console'],
|
||||
'handlers': ['log_file', 'console'],
|
||||
'level': 'ERROR',
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user