Skip to content

Commit

Permalink
Disable access log for production run
Browse files Browse the repository at this point in the history
  • Loading branch information
koval01 committed Oct 5, 2024
1 parent ac1fbb0 commit ada7f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ else
fi

# Run the uvicorn server with the specified settings
uvicorn app.main:app --workers "$WORKERS" --host=0.0.0.0 --port="$PORT" --loop uvloop --http h11
uvicorn app.main:app --workers "$WORKERS" --host=0.0.0.0 --port="$PORT" --loop uvloop --http h11 --no-access-log

0 comments on commit ada7f88

Please sign in to comment.