代码维护

This commit is contained in:
ludj
2023-04-17 16:50:29 +08:00
parent ddee1cbfeb
commit 9f74e5a274
7 changed files with 15 additions and 49 deletions

View File

@@ -42,6 +42,7 @@ https://juejin.cn/post/6844903775631572999
<encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
<!--格式化输出:%d表示日期%thread表示线程名%-5level级别从左显示5个字符宽度%msg日志消息%n是换行符-->
<pattern>%d{yyyy-MM-dd HH:mm:ss.SSS} [%thread] %-5level %logger{50} - %msg%n</pattern>
<charset>${log.charset}</charset>
</encoder>
</appender>