diff --git a/rootfs/api/settings/production.py b/rootfs/api/settings/production.py index 8223c2311..c1070d3a9 100644 --- a/rootfs/api/settings/production.py +++ b/rootfs/api/settings/production.py @@ -218,6 +218,12 @@ 'filters': ['require_debug_true'], 'propagate': True, }, + 'django_auth_ldap': { + 'handlers': ['console'], + 'level': 'DEBUG', + 'filters': ['require_debug_true'], + 'propagate': False, + }, 'api': { 'handlers': ['console'], 'propagate': True,