log-dump: make logging clearer

This commit is contained in:
Janek Łukaszewicz 2019-09-09 13:08:24 +02:00
parent c3463ac4d9
commit 72683a0252

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}" \