mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
To assist with debugging LDAP authentication, associate the 'django_auth_ldap' handler with the 'tower_warnings' logger. To enable debugging, set the following in a tower settings file: > LOGGING['handlers']['tower_warnings']['level'] = 'DEBUG' Also uses the proper `filename` for the tower_warnings log file.