Hacker News new | ask | show | jobs
by tzaman 3462 days ago
Actually, the problem is that Docker logs to stdout rather than to logfile(s)
1 comments

That's what Docker's logging drivers are for. It does so by default, but it doesn't have to.

https://docs.docker.com/engine/admin/logging/overview/