From deabb19389e44d3cb971b5a22d4bc20c039a1b55 Mon Sep 17 00:00:00 2001 From: Junyan Chin Date: Tue, 17 Feb 2026 22:20:27 +0800 Subject: [PATCH] Update src/langbot/pkg/platform/sources/satori.py Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- src/langbot/pkg/platform/sources/satori.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/langbot/pkg/platform/sources/satori.py b/src/langbot/pkg/platform/sources/satori.py index edf2da0b..11df382a 100644 --- a/src/langbot/pkg/platform/sources/satori.py +++ b/src/langbot/pkg/platform/sources/satori.py @@ -216,7 +216,7 @@ class SatoriMessageConverter(abstract_platform_adapter.AbstractMessageConverter) components.append(platform_message.Plain(text=content)) message_chain = platform_message.MessageChain(components) - await adapter.logger.info(f'Satori 消息解析完成: 共 {len(components)} 个组件 内容长度={len(content)} 字符') + await adapter.logger.debug(f'Satori 消息解析完成: 共 {len(components)} 个组件 内容长度={len(content)} 字符') return message_chain