Hacker News new | ask | show | jobs
by chuhnk 4214 days ago
I completely avoid the Docker logging because it completely sucks. Currently to deal with compatibility I mount a read/write volume and redirect stdout/stderr there. In the future I will have apps direct output to logging agents rather than disk, buffer in memory and then push to a central store. Avoids massive disk IO.