Commit 9ae29a94 authored by 顾俭's avatar 顾俭

修改日志配置

parent 023f0cc2
......@@ -9,7 +9,7 @@
<!-- 文件保存日志的相关配置 -->
<appender name="FILE-OUT" class="ch.qos.logback.core.rolling.RollingFileAppender">
<file>${LOG_FILE:-.}1111</file>
<file>log/srm.log</file>
<encoder>
<pattern>[ %-5level] [%date{yyyy-MM-dd HH:mm:ss.SSS}] [%thread] %logger{96} [%file:%line] - %msg%n</pattern>
</encoder>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment