mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-07 11:15:35 -06:00
backend run.sh defaults to pretty logs on debug level
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user