diff --git a/backend/run.sh b/backend/run.sh index ac6ddc8..9423046 100755 --- a/backend/run.sh +++ b/backend/run.sh @@ -8,6 +8,8 @@ fi # Default to development mode if not defined export ENVIRONMENT=${ENVIRONMENT:-development} +export LOG_JSON_FORMAT=${LOG_JSON_FORMAT:-false} +export LOG_LEVEL=${LOG_LEVEL:-debug} COMMAND='poetry run python3 -m linkpulse' # Check if Railway CLI is available