mirror of
https://github.com/aljazceru/mcp-python-sdk.git
synced 2025-12-19 06:54:18 +01:00
Changed default log level to error (#258)
This commit is contained in:
@@ -65,7 +65,7 @@ class Settings(BaseSettings, Generic[LifespanResultT]):
|
||||
|
||||
# Server settings
|
||||
debug: bool = False
|
||||
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "INFO"
|
||||
log_level: Literal["DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] = "ERROR"
|
||||
|
||||
# HTTP settings
|
||||
host: str = "0.0.0.0"
|
||||
|
||||
Reference in New Issue
Block a user