So I'm running my scheduler and webserver in different Docker container on the same host, everything seems to be working fine with the exception of access to logs from the UI. When doing so I get this:
*** Log file isn't local. *** Fetching here: http://30751ef88b7a:8793/log/dag-id/task-id/2017-03-23T23:00:00 *** Failed to fetch log file from worker. *** Reading remote logs... *** Unsupported remote log location. However both containers have the same log directory mounted as a volume inside the container, which is specified correctly as a environment variable. Resources on this problem are scarce and I'm not sure how to solve it. Thoughts? -Nik [email protected] -- Read our founder's story. <https://collectivehealth.com/blog/started-collective-health/> *This message may contain confidential, proprietary, or protected information. If you are not the intended recipient, you may not review, copy, or distribute this message. If you received this message in error, please notify the sender by reply email and delete this message.*
