docker-containers
docker-containers copied to clipboard
vish0007 enable Chronos logging 1
Hey @discordianfish, can you have a look at this? Thanks!
What's the rational behind this? In general it's discouraged to run multiple processes in a container, especially without a proper init. Just running syslogd also doesn't cut it since nothing will rotate the logs and they can't be accessed easily.
Can chronos log to stdout/err? That's what I would recommend.
+1 to logging to stdout.