You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Before proceeding
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
The text was updated successfully, but these errors were encountered: