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