Try to read gunicorn log

This commit is contained in:
Christa Hartsock
2022-07-07 16:18:04 -07:00
parent 9204290455
commit 0f062354aa

View File

@@ -54,6 +54,7 @@ function on_exit {
break
fi
done
cat ${LOGS_DIR}/gunicorn_error.log
echo "Terminating remaining subprocesses.."
kill 0
}