mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-19 01:02:30 +02:00
corrected django logging handler to reference log_file
This commit is contained in:
parent
08cd2c1f1a
commit
019cf891b0
@ -434,7 +434,7 @@ LOGGING = {
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'django': {
|
||||
'handlers': ['debug_file', 'console'],
|
||||
'handlers': ['log_file', 'console'],
|
||||
'level': 'ERROR',
|
||||
},
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user