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
PSI logs for minikube, minishift, OCP (windows, macOS and linux) should be readable enough for the users. QE needs to fix behaviour of logging printable outputs on odo pr.
This is mostly a problem with levelled logs in klog where
In some places I have missed converting raw data from the queue into a string before printing it. This is printed before the unmarshal happens to enable easy debugging of why unmarshal failed.
Some of the structs being printed at level 4 and above are being printed as is. In this case, any embedded structs are being printed as hex valyes
PSI logs for minikube, minishift, OCP (windows, macOS and linux) should be readable enough for the users. QE needs to fix behaviour of logging printable outputs on odo pr.
How logs looks like currently?
Details: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_odo/4561/pull-ci-openshift-odo-master-psi-kubernetes-integration-e2e/1380123412982140928
The text was updated successfully, but these errors were encountered: