AWX logs location

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

I have checked inside all of them.

What am i doing wrong?

You should pull the console logs for the containers… docker logs

docker exec -it awx_postgres /bin/bash psql -U awx -W awx SELECT * FROM main_jobevent WHERE job_id = 123 ORDER BY id DESC LIMIT 10;

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.

it in awx_web when you log in via ldap. I went through this exercise