We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568cbd1 commit fd2fd34Copy full SHA for fd2fd34
src/mcp/server/fastmcp/server.py
@@ -68,7 +68,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
68
69
# Server settings
70
debug: bool = False
71
- log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "ERROR"
+ log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO"
72
73
# HTTP settings
74
host: str = "0.0.0.0"
0 commit comments