Skip to content

Conversation

@ManManavadaria
Copy link
Contributor

@ManManavadaria ManManavadaria commented Dec 31, 2025

Summery

This PR adds the ability to filter on container logs by pressing the key '/' while the Logs tab is in focus

Motivation

I think this feature is practically useful because while working on containers with large volume of logs, it can be difficult to quickly find relevant entries. This feature enables filtering without changing context, eliminating the need to scroll through large log streams or switch scope to run docker logs | grep commands

Closes #655

Changes

  • Added real-time filtering for container logs (press / while viewing logs)
  • Added LogsFilter state management
  • Implemented streaming log filtering for both TTY and non-TTY logs
  • Refactored filtering to support both panel list and logs filtering
image

…r, Implemented the stream filtering code to support both tty and non-tty logs with ASCII filter support, Refactor filtering code to support both list filter and logs filter, Added new views for log filter with its new keybindings
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

Successfully merging this pull request may close these issues.

Filter Container Log Output

1 participant