hotswap 이후 logback 멈춤 현상 수정
This commit is contained in:
@@ -13,6 +13,7 @@ spring:
|
|||||||
devtools:
|
devtools:
|
||||||
restart:
|
restart:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
additional-exclude: logback*.xml
|
||||||
livereload:
|
livereload:
|
||||||
enabled: true
|
enabled: true
|
||||||
thymeleaf:
|
thymeleaf:
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ spring:
|
|||||||
devtools:
|
devtools:
|
||||||
restart:
|
restart:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
additional-exclude: logback*.xml
|
||||||
livereload:
|
livereload:
|
||||||
enabled: true
|
enabled: true
|
||||||
thymeleaf:
|
thymeleaf:
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
<configuration scan="true" scanPeriod="5 seconds">
|
<configuration scan="false">
|
||||||
|
<shutdownHook class="ch.qos.logback.core.hook.DelayingShutdownHook"/>
|
||||||
|
|
||||||
<springProperty scope="context" name="profileLogPath" source="portal.logging.log-path"/>
|
<springProperty scope="context" name="profileLogPath" source="portal.logging.log-path"/>
|
||||||
|
|
||||||
<property name="LOG_PATH" value="${profileLogPath}/${inst.Name:-devSvr00}"/>
|
<property name="LOG_PATH" value="${profileLogPath}/${inst.Name:-devSvr00}"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user