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

Filter logs by individual tasks #56

Open
agilgur5 opened this issue Jul 15, 2024 · 1 comment
Open

Filter logs by individual tasks #56

agilgur5 opened this issue Jul 15, 2024 · 1 comment

Comments

@agilgur5
Copy link

When running a set of tasks simultaneously, sometimes I only care about the logs of a specific task.

For instance, in Argo Workflows, if I'm working on the Server, the logs of the Controller are usually not relevant to me.

Right now you can only see all logs at once and only filter by debug/info/warn/error log levels.

Notably, I actually thought that's what the number input controlled when I first used Kit, because Workflows's make start UI=true runs exactly 4 processes.

Related to #54, a k9s-style terminal UI with gocui, tview, or similar would make this UX fairly straightforward

@agilgur5
Copy link
Author

Recently discovered mprocs, which seems to do exactly this TUI-style filter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant