mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 05:54:19 +02:00
take one suggestion
This commit is contained in:
parent
e783775fc5
commit
5e627c55d8
1 changed files with 1 additions and 1 deletions
|
|
@ -778,7 +778,7 @@ class FastMCP(Generic[LifespanResultT]):
|
|||
**uvicorn_config,
|
||||
}
|
||||
|
||||
if "log_config" not in uvicorn_config:
|
||||
if "log_config" not in uvicorn_config and "log_level" not in uvicorn_config:
|
||||
config_kwargs["log_level"] = log_level
|
||||
|
||||
config = uvicorn.Config(**config_kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue