Closed Dieterbe closed 9 years ago
since everything was broken anyway, i tried changing this in supervisor config:
stdout_logfile=/log/graphite-api.log
and then
supervisorctl restart all ; tail -100f /log/graphite-api.log
[ root@a6483b3b1027:~ ]$ touch /log/graphite-api.log
[ root@a6483b3b1027:~ ]$ chmod 777 /log/graphite-api.log
[ root@a6483b3b1027:~ ]$ supervisorctl restart all
but the file would never populate for some reason, so i just reverted my changes
in graphite-api/Dockerfile i see:
so, on util1 (tinyalpha)
so we have a log volume but it stays empty because in the container we log to /var/log/raintank which is inaccessible to the host?