From cf68ee0531ebadbc7b27b8e6e56b9f3c4e893e05 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Tue, 09 Jan 2024 16:25:21 +0800 Subject: [PATCH] 首页菜单的首页二字改成英文的Main --- src/main/resources/logback-spring.xml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/logback-spring.xml b/src/main/resources/logback-spring.xml index f4267be..754b3f6 100644 --- a/src/main/resources/logback-spring.xml +++ b/src/main/resources/logback-spring.xml @@ -2,7 +2,7 @@ <configuration> <contextName>logback</contextName> <!-- name的值是变量的名称,value的值时变量定义的值。通过定义的值会被插入到logger上下文中。定义变量后,可以使“${}”来使用变量。 --> - <property name="log.path" value="logs" /> + <property name="log.path" value="cms/logs" /> <!-- 彩色日志 --> <!-- 彩色日志依赖的渲染类 --> @@ -134,7 +134,7 @@ <!--开发环境:打印控制台--> <springProfile name="dev"> - <logger name="com.kss.kssframework" level="debug"/> + <logger name="com.xcong.farmer.cms" level="debug"/> </springProfile> <root level="info"> -- Gitblit v1.9.1