nelm
nelm copied to clipboard
Add `werf.io/log-regex-skip` annotation
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