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
Currently to follow service logs I perform:
docker ps | grep [service name] docker logs -f [service pid]
It would be great to do this instead:
kurtosis logs -f [service name]
Nice to have; this feature would make using Kurtosis more enjoyable.
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered:
Hey @igor-ritual - have you checked outkurtosis service logs <enclave name> <service name> -f? Let me know if that works for ya! Here's the docs: https://docs.kurtosis.com/service-logs
kurtosis service logs <enclave name> <service name> -f
Sorry, something went wrong.
Perfect!
No branches or pull requests
Background & motivation
Currently to follow service logs I perform:
Desired behaviour
It would be great to do this instead:
How important is this to you?
Nice to have; this feature would make using Kurtosis more enjoyable.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: