|
|
@@ -28,7 +28,7 @@
|
|
|
<springProperty scope="context" name="spring.profiles.active" source="spring.profiles.active" defaultValue="dev"/>
|
|
|
<springProperty scope="context" name="common-pattern" source="logging.common-pattern" defaultValue="%d{yyyy-MM-dd HH:mm:ss.SSS}:[%5p] [%t:%r] [%C{1}:%M:%L] --> %m%n"/>
|
|
|
<springProperty scope="context" name="log.level.console" source="logging.level.console" defaultValue="INFO"/>
|
|
|
- <springProperty scope="context" name="log.destination" source="logging.destination" defaultValue="192.168.0.63:5000"/>
|
|
|
+ <springProperty scope="context" name="log.destination" source="logging.destination" defaultValue="10.1.81.1:5000"/>
|
|
|
|
|
|
<contextName>${spring.application.name}-${spring.profiles.active}-logback</contextName>
|
|
|
|