日志级别package优化

This commit is contained in:
ZZ 2021-11-23 16:55:00 +08:00
parent eb6a4647db
commit 763194b6e6
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package com.xhpc.pp.mapper;
package com.xhpc.mapper;
import com.xhpc.pp.domain.XhpcMessage;

View File

@ -59,7 +59,7 @@
</appender>
<!-- 系统模块日志级别控制 -->
<logger name="com.xhpc" level="debug"/>
<logger name="com.xhpc.pp" level="debug"/>
<!-- Spring日志级别控制 -->
<logger name="org.springframework" level="warn"/>
<!-- nacos -->