Skip to content

Commit 420f7f9

Browse files
author
Andres Galindo
authored
feat(logging): added LDAP auth config logging (#120)
Add debug logging into the django_ldap official package settings for production.
1 parent b01666e commit 420f7f9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

rootfs/api/settings/production.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,12 @@
218218
'filters': ['require_debug_true'],
219219
'propagate': True,
220220
},
221+
'django_auth_ldap': {
222+
'handlers': ['console'],
223+
'level': 'DEBUG',
224+
'filters': ['require_debug_true'],
225+
'propagate': False,
226+
},
221227
'api': {
222228
'handlers': ['console'],
223229
'propagate': True,

0 commit comments

Comments
 (0)