Merge pull request #82485 from oxddr/fix-log-dump

log-dump: make logging clearer
This commit is contained in:
Kubernetes Prow Robot
2019-09-11 21:23:04 -07:00
committed by GitHub

View File

@@ -545,7 +545,7 @@ function detect_node_failures() {
--project "${PROJECT}" \
--zone "${ZONE}" \
--format='value(creationTimestamp)')
echo "Failures for ${group}"
echo "Failures for ${group} (if any):"
gcloud logging read --order=asc \
--format='table(timestamp,jsonPayload.resource.name,jsonPayload.event_subtype)' \
--project "${PROJECT}" \