nelm icon indicating copy to clipboard operation
nelm copied to clipboard

Add `werf.io/log-regex-skip` annotation

Open maxout123 opened this issue 9 months ago • 1 comments

Before proceeding

  • [x] I didn't find a similar issue

Problem

Existing werf.io/log-regex annotation allows to choose which log lines to show, while we need to choose which lines should be hidden. As an example we don't want to see access log lines (quite useless), but all other lines (with undetermined pattern) should be shown. It's impossible to achieve that with werf.io/log-regex

Solution (if you have one)

Add werf.io/log-regex-skip annotation, hiding log lines matching regex in it

Additional information

No response

maxout123 avatar Apr 25 '25 07:04 maxout123