Skip to content

Commit 7c8dffb

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

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
@@ -67,7 +67,7 @@ def setup_mcp_logging(level="INFO", addr="tcp://127.0.0.1:6000", tool_name="unkn
6767
root = logging.getLogger()
6868
root.setLevel(level)
6969

70-
# 移除 root handlers
70+
# Remove root handlers
7171
for h in root.handlers[:]:
7272
root.removeHandler(h)
7373
h.close()

0 commit comments

Comments
 (0)