diff --git a/alliance_auth/settings.py.example b/alliance_auth/settings.py.example index ef565cff..c360cc48 100755 --- a/alliance_auth/settings.py.example +++ b/alliance_auth/settings.py.example @@ -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', }