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

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 "-info"
 
14
  --host "${NEUTTS_HOST:-0.0.0.0}" \
15
  --port "${NEUTTS_PORT:-7860}" \
16
  --workers 1 \
17
+ --log-level "info"