mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Add extra logging to help debug logging test issue
This commit is contained in:
parent
4e6bd63256
commit
b45b3e1aeb
@ -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{})
|
||||
|
Loading…
Reference in New Issue
Block a user