refactor: replace info_debug with debug_log for consistency in logging

This commit is contained in:
zurdi
2025-05-08 11:31:46 +00:00
parent 5d1114b832
commit ad1cd9e0c6

View File

@@ -38,11 +38,11 @@ error_log() {
}
wait_for_gunicorn_socket() {
info_debug "Waiting for gunicorn socket file..."
debug_log "Waiting for gunicorn socket file..."
while [[ ! -S /tmp/gunicorn.sock ]]; do
sleep 1
done
info_debug "Gunicorn socket file found"
debug_log "Gunicorn socket file found"
}
# function that runs or main process and creates a corresponding PID file,