I would like to be able to select a few of my services and see only their logs in a single terminal.
Right now poco logs <plan> can only print the log for every service in the plan. This is too much, I have many services which produce a lot of (for my current task) irrelevant logs.
Docker compose does this natively, when I type docker-compose logs <service1> <service2>. I would like to have the same functionality with poco logs.
Expected command:
Output should be whatever docker-compose logs nginx mongodb would produce.
I would like to be able to select a few of my services and see only their logs in a single terminal.
Right now
poco logs <plan>can only print the log for every service in the plan. This is too much, I have many services which produce a lot of (for my current task) irrelevant logs.Docker compose does this natively, when I type
docker-compose logs <service1> <service2>. I would like to have the same functionality with poco logs.Expected command:
poco logs nginx mongodbOutput should be whatever
docker-compose logs nginx mongodbwould produce.