Open marcioAlmada opened 7 years ago
Glad to be your lifesaver. So you mean gosuv log itself?
Hi!
Yes, I meant to redirect all log output produced by the processes managed by gosuv (see pic above) into the gosuv stdout log. This way if you run gosuv start-server -f
on a docker container, the docker engine would "see" the gosuv server log aggregated with the logs produced by the processes started through gosuv.
Whatever appears on the "Logs" web interface would appear on the container log when you docker logs some-gosuv-docker --follow
. It could be a flag like gosuv start-server -f -o
.
PS: Supervisor is missing this feature.
How about foreman
I'm trying to use gsouv on Kubernetes. Gosuv is monitoring a service that puts log entries to stdout, but I can't find a way to make gosuv itself to redirect the output from child processes to stdout too. Is this already possible?
The web dashboard is a lifesaver BTW :+1: