mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-04 06:06:19 +01:00
Corrected logging of services module.
This commit is contained in:
@@ -373,7 +373,11 @@ LOGGING = {
|
||||
'handlers': ['debug_file'],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'services': {
|
||||
'services.views': {
|
||||
'handlers': ['debug_file'],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'services.managers': {
|
||||
'handlers': ['debug_file'],
|
||||
'level': 'DEBUG',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user