backend run.sh defaults to pretty logs on debug level

This commit is contained in:
2024-11-07 11:03:06 -06:00
parent b4da253583
commit 04ed915f28

View File

@@ -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