diff --git a/railway.json b/railway.json index 20a9d9d..08b677f 100644 --- a/railway.json +++ b/railway.json @@ -4,8 +4,8 @@ "builder": "NIXPACKS" }, "deploy": { - "startCommand": "python -m langflow --host 0.0.0.0 --port $PORT", + "startCommand": "python -m langflow --host 0.0.0.0 --port $PORT --log-level ${LOGLEVEL:-debug}" "restartPolicyType": "ON_FAILURE", "restartPolicyMaxRetries": 10 } -} \ No newline at end of file +}