runner: Dump supervisor log on dockerd timeout

This commit is contained in:
Yusuke Kuoka 2022-09-23 04:33:25 +00:00
parent e4879e7ae4
commit 41bae32a9f
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ for process in "${processes[@]}"; do
if [ $? -ne 0 ]; then
log.error "$process is not running after max time"
dump /var/log/dockerd.err.log 'Dumping {path} to aid investigation'
dump /var/log/supervisor/supervisord.log 'Dumping {path} to aid investigation'
exit 1
else
log.debug "$process is running"