Skip to content
New issue

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

Add logs to cli #1903

Closed
igor-ritual opened this issue Dec 6, 2023 · 2 comments
Closed

Add logs to cli #1903

igor-ritual opened this issue Dec 6, 2023 · 2 comments
Labels
cli For bugs relating to the CLI feature request nice to have Nice to have feature

Comments

@igor-ritual
Copy link

Background & motivation

Currently to follow service logs I perform:

docker ps | grep [service name]
docker logs -f [service pid]

Desired behaviour

It would be great to do this instead:

kurtosis logs -f [service name]

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

@github-actions github-actions bot added cli For bugs relating to the CLI nice to have Nice to have feature labels Dec 6, 2023
@tedim52
Copy link
Contributor

tedim52 commented Dec 6, 2023

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

@igor-ritual
Copy link
Author

Perfect!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli For bugs relating to the CLI feature request nice to have Nice to have feature
Projects
None yet
Development

No branches or pull requests

2 participants