tilt icon indicating copy to clipboard operation
tilt copied to clipboard

Feature Request: Log filtering

Open theothertomelliott opened this issue 5 years ago • 3 comments

We're getting more of our engineers using Tilt and an early piece of feedback was that it would be nice to be able to filter out log messages.

We have a few spammy messages from third party packages and being able to omit them through a regex or similar would be very powerful.

theothertomelliott avatar Feb 28 '20 22:02 theothertomelliott

Interesting! Are these build logs (like warnings from third-party packages) or runtime logs (like some debug noise from a library you're calling into)?

nicks avatar Feb 28 '20 22:02 nicks

The example I was sent was runtime logs from a library.

theothertomelliott avatar Feb 29 '20 16:02 theothertomelliott

Yes! Currently testing stuff locally and wishing the "all resources" log view could function as a "helicopter perspective microservice overview/debugging tool".

But due to some really chatty 3rd party resources this flow is practically impossible to follow.

I imagine like a checkbox per resource to show in the log view - topped with a select all/none checkbox - would be a really nice feature for my case.

maets avatar Jun 19 '25 12:06 maets