Closed Issen007 closed 4 years ago
I think I got the code working, but it can't login. Is it possible to debug what's going on?
LOGGING = { "version": 1, "disable_existing_loggers": False, "handlers": { "console": { "class": "logging.StreamHandler", }, }, 'loggers': { 'django': { 'handlers': ['console'], 'level': 'DEBUG', 'propagate': True, }, }, }
This doesn't give my any idea what's going on.
Hi, better late than never... Sorry.
You can add a logger like that:
'django_auth_ldap3_ad': { 'handlers': ['console'], 'level': 'DEBUG', },
I think I got the code working, but it can't login. Is it possible to debug what's going on?
This doesn't give my any idea what's going on.