DarthSim / overmind

Process manager for Procfile-based applications and tmux
MIT License
2.84k stars 79 forks source link

Filters #23

Open hlascelles opened 6 years ago

hlascelles commented 6 years ago

It would be very useful to be able to type foo to filter in by that string, or -foo to filter out. It could act on the logs themselves, or the service names.

DarthSim commented 6 years ago

Could you provide a use case for this?

hlascelles commented 6 years ago

We have a number of microservices, say www and backend. www is actually one web worker, and a www async job worker too. I'd like to be able to just view all the goings on in that set of processes for that one microservice (ie both www processes).