overmind icon indicating copy to clipboard operation
overmind copied to clipboard

Allow viewing logs for specific processes

Open adibsaad opened this issue 4 years ago • 4 comments
trafficstars

Add an option to specify which process to view logs for e.g.

overmind echo web

Also, would be nice to have logs be an alias for echo.

adibsaad avatar May 05 '21 13:05 adibsaad

Hey Adib!

echo is only meant for streaming the daemonized process output to stdout. It doesn't have history and stuff. connect is more suitable for viewing the logs.

DarthSim avatar Jul 23 '21 10:07 DarthSim