We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1669a3a commit ad7f7a5Copy full SHA for ad7f7a5
src/mcp/server/fastmcp/server.py
@@ -65,7 +65,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
65
66
# Server settings
67
debug: bool = False
68
- log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO"
+ log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "ERROR"
69
70
# HTTP settings
71
host: str = "0.0.0.0"
0 commit comments