Is your feature request related to a problem? Please describe.
When debugging Airflow task failures, logs can be very long. Finding relevant information (error messages, stack traces, specific timestamps) requires manually scrolling through hundreds of lines, which is slow and error-prone.
Describe the solution you'd like
A / search in the Logs panel, consistent with the existing keybindings (j/k, G/gg):
/ — Open a search input bar at the bottom of the panel
Enter — Confirm the query, highlight matching lines, jump to first match
n / N — Jump to next / previous match (wraps around)
Esc — Dismiss search
- Case-insensitive matching
- Match counter in the bottom border (e.g.
[2/5] matches)
Is your feature request related to a problem? Please describe.
When debugging Airflow task failures, logs can be very long. Finding relevant information (error messages, stack traces, specific timestamps) requires manually scrolling through hundreds of lines, which is slow and error-prone.
Describe the solution you'd like
A
/search in the Logs panel, consistent with the existing keybindings (j/k, G/gg):/— Open a search input bar at the bottom of the panelEnter— Confirm the query, highlight matching lines, jump to first matchn/N— Jump to next / previous match (wraps around)Esc— Dismiss search[2/5] matches)