mirror of
https://gitee.com/dromara/dax-pay.git
synced 2025-09-07 13:10:44 +00:00
build 部署配置优化
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<configuration>
|
||||
<include resource="org/springframework/boot/logging/logback/defaults.xml"/>
|
||||
<!--项目名称-->
|
||||
<property name="appname" value="bootx-platform"/>
|
||||
<property name="appname" value="dax-pay"/>
|
||||
<!--日志位置-->
|
||||
<property name="logdir" value="logs"/>
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
|
||||
<!-- plumelog Redis方式日志收集 -->
|
||||
<appender name="plumelog" class="com.plumelog.logback.appender.LiteAppender">
|
||||
<appName>bootx-platform</appName>
|
||||
<appName>${appname}</appName>
|
||||
<plumelogHost>127.0.0.1</plumelogHost>
|
||||
</appender>
|
||||
|
||||
|
Reference in New Issue
Block a user