From 6e7fac8780308d59bcc10f48d15e4946afdd27d0 Mon Sep 17 00:00:00 2001 From: dongdingding <207595406@qq.com> Date: Sat, 6 Jan 2024 13:25:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E6=97=A5=E5=BF=97=E8=BE=93?= =?UTF-8?q?=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 3e4d168..9979c38 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -38,8 +38,9 @@ server: # 日志配置 logging: level: - com.ruoyi: debug - org.springframework: warn + com.ruoyi: error + org.springframework: error + org.hibernate: error # 用户配置 user: @@ -113,7 +114,7 @@ mybatis-plus: configuration: map-underscore-to-camel-case: true cache-enabled: false - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl +# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # PageHelper分页插件 pagehelper: