I have created a supervisor conf file that executes a python script. I have added _stdoutlogfile=/var/log/startup.log in that configuration. The python script runs fine and logs correctly in /var/log/startup.log but I cannot see the log when I run docker logs [container_name].
Do you know what might be the issue?
Hello,
I have created a supervisor conf file that executes a python script. I have added _stdoutlogfile=/var/log/startup.log in that configuration. The python script runs fine and logs correctly in /var/log/startup.log but I cannot see the log when I run docker logs [container_name]. Do you know what might be the issue?
Thanks !