Skip to content

Commit

Permalink
Fix Ignore stored process message when ansi log is enabled (#4645)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
Co-authored-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
bentsherman and pditommaso authored Jan 11, 2024
1 parent 85bab69 commit f9ba47e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ class AnsiLogObserver implements TraceObserver {
boolean warn
if( isHashLogPrefix(message) && !(warn=message.indexOf('NOTE:')>0) )
return

if( message.startsWith('[skipping]') )
return

if( !started || !statsObserver.hasProgressRecords() ) {
println message
}
Expand Down

0 comments on commit f9ba47e

Please sign in to comment.