issues
search
autodesk-cloud
/
ochopod
Your friendly orchestration overlay over Mesos, K8S and more !
http://autodesk-cloud.github.io/ochopod/
Apache License 2.0
122
stars
20
forks
source link
Need to track+log stderr/stdout for the sub-process
#8
Closed
opaugam
closed
9 years ago
opaugam
commented
9 years ago
we often need to quickly see what's wrong with the process controlled by ochopod (trying debugging a glitch in Kafka otherwise...).
we need to pipe stderr/stdout from the POpen()'ed process into either /var/log/ochopod.log or another file, whatever.
both logs should be available via HTTP POST /log on any ochopod container.
opaugam
commented
9 years ago
lillio is actually working on that one..