i have installed awx on centos 7 in docker according to manual.Currently I cannot setup LDAP integration (all settings are done, but it does not work). A want to check logs of AWX but cannot find them. Where can I find logs of awx application?
/var/log/tower/ is empty,
/var/log/supervisor/ is missing
There are 5 containers:
-awx_task
-awx_web
-memcached
-rabbitmq
-postgres
Have you copied the required certificates in the containers or added the correct path during build?
I remember when it wasn’t work for me, i had fixed this by copying the correct certificates. You issue may or may not be the same.