From 565a6c8861aa436ceeb7bcbebb2352addd89b02a Mon Sep 17 00:00:00 2001
From: Administrator <15274802129@163.com>
Date: Fri, 20 Mar 2026 15:04:34 +0800
Subject: [PATCH] chore(yinhe): 添加智能体相关查询的日志记录
---
src/main/resources/application.yml | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml
index f1ab545..2d4ae7c 100644
--- a/src/main/resources/application.yml
+++ b/src/main/resources/application.yml
@@ -1,5 +1,5 @@
server:
- port: 8085
+ port: 8088
tomcat:
uri-encoding: utf-8
@@ -40,4 +40,8 @@
core:
metadata:
TableInfoHelper: error
- cc.mrbird.febs: debug
+ cc.mrbird.febs: info
+
+netty:
+ websocket:
+ port: 8090
--
Gitblit v1.9.1