mirror of
https://github.com/ansible/awx.git
synced 2026-04-24 03:05:23 -02: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.