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
Blank lines in the middle of a matching regex are not captured by the multiline filter. When used with the Hide Output option this leaves blank lines in the output.
And sample output (in node view, but log view is much the same):
In my scenario I'd like the log to be empty unless I output some specific data, and I'm using the Hide Output option to achieve this. But instead the log includes a number of blank lines for every node.
A workaround is to add a Quiet Output log filter with an appropriate regex match.
The text was updated successfully, but these errors were encountered:
Blank lines in the middle of a matching regex are not captured by the multiline filter. When used with the Hide Output option this leaves blank lines in the output.
Sample job to reproduce:
And sample output (in node view, but log view is much the same):

In my scenario I'd like the log to be empty unless I output some specific data, and I'm using the Hide Output option to achieve this. But instead the log includes a number of blank lines for every node.
A workaround is to add a Quiet Output log filter with an appropriate regex match.
The text was updated successfully, but these errors were encountered: