hotswap 이후 logback 멈춤 현상 수정
This commit is contained in:
@@ -13,6 +13,7 @@ spring:
|
||||
devtools:
|
||||
restart:
|
||||
enabled: false
|
||||
additional-exclude: logback*.xml
|
||||
livereload:
|
||||
enabled: true
|
||||
thymeleaf:
|
||||
|
||||
@@ -12,6 +12,7 @@ spring:
|
||||
devtools:
|
||||
restart:
|
||||
enabled: false
|
||||
additional-exclude: logback*.xml
|
||||
livereload:
|
||||
enabled: true
|
||||
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"/>
|
||||
|
||||
<property name="LOG_PATH" value="${profileLogPath}/${inst.Name:-devSvr00}"/>
|
||||
|
||||
Reference in New Issue
Block a user