Commit bcd39707ce0caa52fa7d91cfc4e442e7924cc84b
1 parent
bf678bba
工具类包路径优化(2)
Signed-off-by: TanYibin <5491541@qq.com>
Showing
1 changed file
with
1 additions
and
1 deletions
huaheng-wms-core/src/main/resources/logback-spring.xml
... | ... | @@ -2,7 +2,7 @@ |
2 | 2 | <configuration debug="false"> |
3 | 3 | |
4 | 4 | <!-- 监听器,指定日志文件存放目录 --> |
5 | - <contextListener class="org.jeecg.utils.CustomLogContextListener" /> | |
5 | + <contextListener class="org.jeecg.utils.listener.CustomLogContextListener" /> | |
6 | 6 | |
7 | 7 | <!--定义日志文件的存储地址 --> |
8 | 8 | <property name="LOG_HOME" value="${LOG_PATH}/logs" /> |
... | ... |