diff --git a/main.py b/main.py index 8e7beca..01ac7ec 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,6 @@ uvicorn.run(app, host="0.0.0.0", port=3000, - channel_timeout=300, log_level="info", # Set the desired log level ("debug", "info", "warning", etc.) log_config="logging.ini" # Specify the path to your logging configuration file )