Skip to content

Commit ad7f7a5

Browse files
authored
Changed default log level to error (#258)
1 parent 1669a3a commit ad7f7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mcp/server/fastmcp/server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
6565

6666
# Server settings
6767
debug: bool = False
68-
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO"
68+
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "ERROR"
6969

7070
# HTTP settings
7171
host: str = "0.0.0.0"

0 commit comments

Comments
 (0)