梳理 logback-spring.xml 配置文件

This commit is contained in:
YunaiV
2021-04-26 21:53:54 +08:00
parent d5a42a92df
commit 33412466bb
4 changed files with 6 additions and 8 deletions

View File

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