From 86621661df7ae9e923a69bf44220dc98f901bc27 Mon Sep 17 00:00:00 2001 From: hrz <1710360675@qq.com> Date: Tue, 1 Apr 2025 22:04:04 +0800 Subject: [PATCH] =?UTF-8?q?update:=E6=97=A5=E5=BF=97=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=9C=A8logback=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E5=8D=B3?= =?UTF-8?q?=E5=8F=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main/manager-api/src/main/resources/application.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/main/manager-api/src/main/resources/application.yml b/main/manager-api/src/main/resources/application.yml index 66662a78..902b5198 100644 --- a/main/manager-api/src/main/resources/application.yml +++ b/main/manager-api/src/main/resources/application.yml @@ -65,14 +65,5 @@ mybatis-plus: blobType: BLOB boolValue: TRUE -# 添加日志相关配置 -logging: - config: classpath:logback-spring.xml - file: - path: ./logs - level: - root: info - xiaozhi: debug - app: fronted-url: http://localhost:8001 \ No newline at end of file