Skip to content

Commit 086aa44

Browse files
committed
fix: set default mcp log level to ERROR (#81)
Signed-off-by: phernandez <paul@basicmachines.co>
1 parent fe08669 commit 086aa44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/basic_memory/mcp/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
from mcp.server.fastmcp.utilities.logging import configure_logging
55

66
# mcp console logging
7-
configure_logging(level="INFO")
7+
configure_logging(level="ERROR")
88

99

1010
# Create the shared server instance
11-
mcp = FastMCP("Basic Memory")
11+
mcp = FastMCP("Basic Memory", log_level="ERROR")

0 commit comments

Comments
 (0)