优化linux下的shell脚本

This commit is contained in:
thinkgem
2018-04-14 15:19:11 +08:00
parent 7670575e32
commit 31b8e3f7fd
5 changed files with 24 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false" scan="false">
<!-- Log file path ../../../../../../../ to disk root -->
<property name="log.path" value="${logPath:-../../../../../../../}/logs" />
<!-- Log file path -->
<property name="log.path" value="${logPath:-../../}/logs" />
<!-- Spring boot default -->
<include resource="org/springframework/boot/logging/logback/defaults.xml" />