日志路径生成优化;在磁盘根目录下BeetlUtil.getWebRoot()报错修正
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<configuration debug="false" scan="false">
|
||||
|
||||
<!-- Log file path -->
|
||||
<property name="log.path" value="${logPath:-..}/logs" />
|
||||
<property name="log.path" value="${logPath:-${java.io.tmpdir:-.}}/logs" />
|
||||
|
||||
<!-- Spring boot default -->
|
||||
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
|
||||
|
||||
Reference in New Issue
Block a user