<div dir="ltr">Hey,<br><div><br></div><div>I am running Squid inside a Docker container, and I am using an external helper, I am trying to get the logs from the external helper to go to Docker logs (stdout).</div><div><br></div><div>Currently, I am writing the logs to a file, which works, but I would like to get them to stdout instead, however, Squid redirects all the stdout from the external helper to itself, which makes me unable to send the logs I want to stdout.</div><div><br></div><div>Is there a way for me to send the logs I want to the main stdout of the container and not to Squid itself?</div><div><br></div><div>I am using Python if that matters, but I can also test in Bash.</div><div><br></div><div>Thank,</div><div>Roee</div></div>