grimshaw commited on
Commit
7870918
·
verified ·
1 Parent(s): 283bbaf

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -14,4 +14,4 @@ exec uvicorn api.src.main:app \
14
  --host "${NEUTTS_HOST:-0.0.0.0}" \
15
  --port "${NEUTTS_PORT:-7860}" \
16
  --workers 1 \
17
- --log-level "${NEUTTS_LOG_LEVEL:-info}"
 
14
  --host "${NEUTTS_HOST:-0.0.0.0}" \
15
  --port "${NEUTTS_PORT:-7860}" \
16
  --workers 1 \
17
+ --log-level "-info"