운영계 로그 포트 분리
This commit is contained in:
parent
983237505d
commit
d6cc4c81ea
@ -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"/>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user