-
Notifications
You must be signed in to change notification settings - Fork 244
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
odo logs
: add option to limit component logs to a particular container
#5892
Comments
odo logs
: add option to see logs of a particular containerodo logs
: add option to limit component logs to a particular container
odo logs
: add option to limit component logs to a particular containerodo logs
: add option to filter component logs to a particular container
odo logs
: add option to filter component logs to a particular containerodo logs
: add option to limit component logs to a particular container
Before doing this, we first need to figure out a way to show the user the list of containers and segregate them to Dev mode or Deploy mode. /area log |
We've looked into several ways to approach this issue:
We are inclined towards approach 3. There might some changes to odo logs from #5872, we'll wait until that is in. |
IMO, it should be |
We'll wait until we're GA since this is not a blocking feature. |
Accommodating logs from init containers would be helpful as well. Use cases might be for troubleshooting database migrations or Hashicorp Vault agent. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
A friendly reminder that this issue had no activity for 90 days. Stale issues will be closed after an additional 30 days of inactivity. |
/kind user-story
User Story
As an odo user, I want to limit the output of my component logs to a particular container, so that I can focus on that container and debug.
This is feedback received during the "Sprint 220" review.
Acceptance Criteria
odo logs
should have a-c
,--container
option that returns the logs of this particular container--follow
flagLinks
/kind user-story
The text was updated successfully, but these errors were encountered: