tilt-dev / tilt-extensions

Extensions for Tilt
https://tilt.dev/
Apache License 2.0
201 stars 159 forks source link

configurable log messages levels parsing #533

Closed luber closed 10 months ago

luber commented 10 months ago

When I look at k8s resource logs on web UI - it does not show any Warnings, even if there is a Warning log message:

image

It looks like Tilk doesn't recognize this. It would be nice to be able to configure regex for each log level for k8s resource so Tilt can understand the level and filter/highlight them on web ui.

nicks commented 10 months ago

thanks for the report! i'm going to mark this as a duplicate of https://github.com/tilt-dev/tilt/issues/4762