mixmaxhq/custody

View services' logs

wearhere opened this issue · 1 comments

custody should make it possible to quickly switch between the overall supervisorctl status display and viewing individual services' logs, as if the developer had typed supervisorctl tail -f <service>.

Implementation note: I'm not sure if the supervisord package we're using has an API for retrieving services' logs, but its getAllProcessInfo API returns the paths to the temp files that supervisor uses for process logs, so we could tail those directly.