hotswap 이후 logback 멈춤 현상 수정

This commit is contained in:
Rinjae
2025-12-03 21:10:52 +09:00
parent d2d9e53552
commit 9c1912b09b
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -13,6 +13,7 @@ spring:
devtools:
restart:
enabled: false
additional-exclude: logback*.xml
livereload:
enabled: true
thymeleaf:
+1
View File
@@ -12,6 +12,7 @@ spring:
devtools:
restart:
enabled: false
additional-exclude: logback*.xml
livereload:
enabled: true
thymeleaf:
+3 -1
View File
@@ -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}"/>