From a451e773c236ad50ad4d146aa794a917c3fc3a04 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sun, 27 Aug 2023 18:09:41 -0300 Subject: [PATCH] Update railway.json --- railway.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}