We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm grouping processes by namespace. It'd be great to be able to tail the logs of an entire namespace instead of a process individually.
This would allow me to tail the logs for only backend services, or for only frontend services in process-compose.
process-compose namespace logs [NAMESPACE] [flags]
Everyone grouping different environments like backend, frontend, database in namespaces.
Opening multiple shells and tail processes individually.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature Request
I'm grouping processes by namespace. It'd be great to be able to tail the logs of an entire namespace instead of a process individually.
Use Case:
This would allow me to tail the logs for only backend services, or for only frontend services in process-compose.
Proposed Change:
Who Benefits From The Change(s)?
Everyone grouping different environments like backend, frontend, database in namespaces.
Alternative Approaches
Opening multiple shells and tail processes individually.
The text was updated successfully, but these errors were encountered: