案例专家:修改log等级,观察联调

This commit is contained in:
liu.zixi
2025-10-11 11:34:17 +08:00
parent 69a0866fc7
commit b793c7dec8

View File

@@ -139,7 +139,7 @@ public class CaseAiChatServiceImpl implements ICaseAiChatService {
@Override
public void onEvent(@NotNull EventSource eventSource, @Nullable String id, @Nullable String type, @NotNull String data) {
log.debug("调用接口 [{}] 监听数据 id: [{}] type: [{}] data: [{}]", request.url(), id, type, data);
log.info("调用接口 [{}] 监听数据 id: [{}] type: [{}] data: [{}]", request.url(), id, type, data);
try {
// 解析返回的数据