Skip to content

Commit 4465de2

Browse files
BinWang28Copilot
andauthored
Update src/logging/logger.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7c8dffb commit 4465de2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/logging/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def setup_mcp_logging(level="INFO", addr="tcp://127.0.0.1:6000", tool_name="unkn
7272
root.removeHandler(h)
7373
h.close()
7474

75-
# 移除所有 fastmcp 子 logger 的 handler
75+
# Remove all handlers from fastmcp child loggers
7676
for name, logger in logging.Logger.manager.loggerDict.items():
7777
if isinstance(logger, logging.Logger):
7878
for h in logger.handlers[:]:

0 commit comments

Comments
 (0)