梳理 logback-spring.xml 配置文件

This commit is contained in:
YunaiV
2021-04-26 09:46:49 +08:00
parent e351cdf785
commit 33ab45fd00
3 changed files with 29 additions and 36 deletions

View File

@@ -146,6 +146,7 @@ spring:
logging:
file:
path: ${user.home}/logs/ # 日志文件的路径
name: ${spring.application.name} # 日志文件名
--- #################### 芋道相关配置 ####################