From 1e294eb8c46cdc958900219f012321dbd0a6cb28 Mon Sep 17 00:00:00 2001 From: Christa Hartsock Date: Thu, 7 Jul 2022 16:27:11 -0700 Subject: [PATCH] Remove startup script logging --- scripts/run_app_paas.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/run_app_paas.sh b/scripts/run_app_paas.sh index 0b9e6d57c..313a068ec 100755 --- a/scripts/run_app_paas.sh +++ b/scripts/run_app_paas.sh @@ -54,7 +54,6 @@ function on_exit { break fi done - cat ${LOGS_DIR}/gunicorn_error.log echo "Terminating remaining subprocesses.." kill 0 }