mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 21:40:17 +02:00
Corrected logging of services module.
This commit is contained in:
parent
235385ce39
commit
d44d73d445
@ -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',
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user