We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7e9704 + e1df7c2 commit 7600f91Copy full SHA for 7600f91
test/e2e/instrumentation/logging/utils/types.go
@@ -25,7 +25,7 @@ import (
25
26
var (
27
// Regexp, matching the contents of log entries, parsed or not
28
- 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+) .*")
29
)
30
31
// LogEntry represents a log entry, received from the logging backend.
0 commit comments