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
Copy file name to clipboardExpand all lines: hack/tools/log-push/main.go
+19-8Lines changed: 19 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ import (
49
49
var (
50
50
logPath=flag.String("log-path", "", "Can be either a GCS path, a ProwJob URL or a local directory")
51
51
logFileRegex=flag.String("log-file-regex", "manager\\.log", "Regex used to find log files")
52
-
logJSONAdditionalLabels=flag.String("log-json-additional-labels", "cluster,machine", "Comma-separated list of additional labels to parse from JSON logs")
52
+
logJSONAdditionalLabels=flag.String("log-json-additional-labels", "controller,cluster,machine", "Comma-separated list of additional labels to parse from JSON logs")
53
53
lokiURL=flag.String("loki-url", "http://localhost:3100/loki/api/v1/push", "Loki URL to push the logs to")
0 commit comments