hotswap 이후 logback 멈춤 현상 수정
This commit is contained in:
@@ -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