diff --git a/test/e2e/es_cluster_logging.go b/test/e2e/es_cluster_logging.go index 1dc4f49ed28..4abb09a3daa 100644 --- a/test/e2e/es_cluster_logging.go +++ b/test/e2e/es_cluster_logging.go @@ -260,6 +260,7 @@ func ClusterLevelLoggingWithElasticsearch(f *Framework) { response, err := bodyToJSON(body) if err != nil { Logf("After %v failed to unmarshal response: %v", time.Since(start), err) + Logf("Body: %s", string(body)) continue } hits, ok := response["hits"].(map[string]interface{})