Skip to content

Commit 454281a

Browse files
authored
Update server.py
1 parent 2f637e0 commit 454281a

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
@@ -68,7 +68,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
6868

6969
# Server settings
7070
debug: bool = False
71-
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO"
71+
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "ERROR"
7272

7373
# HTTP settings
7474
host: str = "0.0.0.0"

0 commit comments

Comments
 (0)