修改日志输出文件

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

@ -65,6 +65,8 @@ spec:
# Apollo 配置中心变量设置
- name: APOLLO_CONFIGSERVICE
value: http://apollo-configservice:8080
- name: APP_NAME
value: biz_service_ebtp_project_uat
- name: MY_POD_IP #自动获取pod ip作为agent id
valueFrom:
fieldRef:

View File

@ -47,6 +47,8 @@ spec:
# Apollo 配置中心变量设置
- name: APOLLO_CONFIGSERVICE
value: http://10.242.37.148:6001
- name: APP_NAME
value: biz_service_ebtp_project_test
- name: SW_AGENT_COLLECTOR_BACKEND_SERVICES
value: skywalking-oap-cluster.skywalking:11800
- name: SW_AGENT_NAME

View File

@ -80,6 +80,8 @@ spec:
value: 527BFA7B28577578
- name: APOLLO_CONFIGSERVICE
value: http://apollo-configservice:8080
- name: APP_NAME
value: biz_service_ebtp_project_pro
- name: MY_POD_IP
valueFrom:
fieldRef:

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}" />