Skip to content

Commit 15f8150

Browse files
committed
Changed default log level to error
1 parent 3e0ab1e commit 15f8150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
7979

8080
# Server settings
8181
debug: bool = False
82-
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO"
82+
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "ERROR"
8383

8484
# HTTP settings
8585
host: str = "0.0.0.0"

0 commit comments

Comments
 (0)