修改日志输出文件

This commit is contained in:
dxc
2021-05-18 16:20:55 +08:00
parent 491194c5ef
commit 1cf48172ad
7 changed files with 7 additions and 4 deletions

View File

@ -15,7 +15,6 @@ seata:
# 对应 apollo 配置中心的应用名
app:
id: biz-service-ebtp-project
name: biz_service_ebtp_project_pro
# Apollo 配置信息
apollo:

View File

@ -13,7 +13,6 @@ seata:
# 对应 apollo 配置中心的应用名
app:
id: biz-service-ebtp-project
name: biz_service_ebtp_project_test
# Apollo 配置信息
apollo:

View File

@ -15,7 +15,6 @@ seata:
# 对应 apollo 配置中心的应用名
app:
id: biz-service-ebtp-project
name: biz_service_ebtp_project_uat
# Apollo 配置信息
apollo:

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration scan="true" scanPeriod="60 seconds" debug="true">
<springProperty scope="context" name="APP_NAME" source="app.name" defaultValue="biz_service_ebtp_project"/>
<property name="logback.logdir" value="/log" />
<property name="logback.appname" value="${APP_NAME}" />