mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-11 13:30: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'],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'services': {
|
||||
'services.views': {
|
||||
'handlers': ['debug_file'],
|
||||
'level': 'DEBUG',
|
||||
},
|
||||
'services.managers': {
|
||||
'handlers': ['debug_file'],
|
||||
'level': 'DEBUG',
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user