운영계 로그 포트 분리

This commit is contained in:
yjnoh 2025-06-04 15:40:34 +09:00
parent 9a01ae9f61
commit 2e71ec5da1

View File

@ -3,7 +3,8 @@
xsi:noNamespaceSchemaLocation="http://www.padual.com/java/logback.xsd">
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
<springProperty scope="context" name="ACTIVE_PROFILE" source="spring.profiles.active"/>
<property name="LOG_HOME" value="qcast3/logs/api/"/>
<property name="PORT" value="${server.port:-8080}"/>
<property name="LOG_HOME" value="qcast3/logs/api/${PORT}/"/>
<property name="LOG_FILE" value="${LOG_HOME}${ACTIVE_PROFILE}.qcast.api"/>
<property name="LOG_FILE_EXT" value=".log"/>