Skip to content

Commit

Permalink
Update uvicorn log level to warning
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Apr 21, 2024
1 parent 1a5cfb9 commit f607ccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,4 +459,4 @@ async def interactive(req: Request, ack: Ack = Depends(Ack)):
if __name__ == "__main__":
import uvicorn

uvicorn.run("main:api", host="0.0.0.0", port=1234, log_level="info", reload=True)
uvicorn.run("main:api", host="0.0.0.0", port=1234, log_level="warning", reload=True)

0 comments on commit f607ccb

Please sign in to comment.