diff --git a/test/e2e/instrumentation/logging/utils/types.go b/test/e2e/instrumentation/logging/utils/types.go index 9caa11cdca2..deb31e59bb6 100644 --- a/test/e2e/instrumentation/logging/utils/types.go +++ b/test/e2e/instrumentation/logging/utils/types.go @@ -25,7 +25,7 @@ import ( var ( // Regexp, matching the contents of log entries, parsed or not - logEntryMessageRegex = regexp.MustCompile("(?:I\\d+ \\d+:\\d+:\\d+.\\d+ \\d+ logs_generator.go:67] )?(\\d+) .*") + logEntryMessageRegex = regexp.MustCompile("(?:I\\d+ \\d+:\\d+:\\d+.\\d+ {7}\\d+ logs_generator.go:67] )?(\\d+) .*") ) // LogEntry represents a log entry, received from the logging backend.