mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-30 14:31:57 -05:00
Remove logging from startup script
This commit is contained in:
@@ -89,8 +89,6 @@ function check_disk_space {
|
||||
|
||||
function run {
|
||||
while true; do
|
||||
echo "APP_PID ${APP_PID}"
|
||||
echo "AWSLOGS_AGENT_PID ${AWSLOGS_AGENT_PID}"
|
||||
kill -0 ${APP_PID} 2&>/dev/null || break
|
||||
kill -0 ${AWSLOGS_AGENT_PID} 2&>/dev/null || start_aws_logs_agent
|
||||
check_disk_space
|
||||
|
||||
Reference in New Issue
Block a user