We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1054eb4 commit b8fe224Copy full SHA for b8fe224
hack/util.sh
@@ -570,10 +570,12 @@ function cleanup_openshift {
570
set -u
571
fi
572
573
- if grep -q 'no Docker socket found' "${LOG_DIR}/openshift.log"; then
+ # TODO soltysh: restore the if back once #8399 is resolved
574
+ # if grep -q 'no Docker socket found' "${LOG_DIR}/openshift.log"; then
575
# the Docker daemon crashed, we need the logs
- journalctl --unit docker.service --since -4hours > "${LOG_DIR}/docker.log"
576
- fi
+ # journalctl --unit docker.service --since -4hours > "${LOG_DIR}/docker.log"
577
+ # fi
578
+ journalctl --unit docker.service --since -15minutes > "${LOG_DIR}/docker.log"
579
580
delete_empty_logs
581
truncate_large_logs
0 commit comments