Commit ccdb9792 authored by Mik Vyatskov's avatar Mik Vyatskov

Fix too extensive logging in Stackdriver Logging e2e tests

parent 7eb53ce8
......@@ -227,7 +227,7 @@ func waitForFullLogsIngestion(f *framework.Framework, config *loggingTestConfig)
config.IngestionTimeout, totalMissing, lostFraction*100)
for podIdx, missing := range missingByPod {
if missing != 0 {
framework.Logf("Still missing %d lines for pod %v", missing, config.Pods[podIdx])
framework.Logf("Still missing %d lines for pod %s", missing, config.Pods[podIdx].Name)
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment