修改变量log_mino 为 pangu_pxy.log_cache
This commit is contained in:
@@ -34,8 +34,12 @@ cert_store_server:
|
||||
log_kafkabrokers:
|
||||
address: ['1.1.1.1:9092','2.2.2.2:9092']
|
||||
|
||||
log_minio:
|
||||
address: "10.4.62.253"
|
||||
#log_minio:
|
||||
# address: "10.4.62.253"
|
||||
# port: 9090
|
||||
pangu_pxy:
|
||||
log_cache:
|
||||
address: "10.9.62.253"
|
||||
port: 9090
|
||||
|
||||
#########################################
|
||||
|
||||
@@ -45,9 +45,10 @@ cert_store_server:
|
||||
log_kafkabrokers:
|
||||
address: ['1.1.1.1:9092','2.2.2.2:9092']
|
||||
|
||||
log_minio:
|
||||
address: "10.9.62.253"
|
||||
port: 9090
|
||||
|
||||
#log_minio:
|
||||
# address: "10.9.62.253"
|
||||
# port: 9090
|
||||
|
||||
#########################################
|
||||
#Log Level Config
|
||||
@@ -162,6 +163,10 @@ breakpad_upload_url: http://127.0.0.1:9000/api/2/minidump/?sentry_key=3556bac347
|
||||
data_center: Beijing
|
||||
tsg_master_entrance_id: 0
|
||||
|
||||
pangu_pxy:
|
||||
log_cache:
|
||||
address: "10.9.62.253"
|
||||
port: 9090
|
||||
|
||||
firewall:
|
||||
hos_serverip: "192.168.40.223"
|
||||
|
||||
@@ -7,8 +7,8 @@ en_sendlog=1
|
||||
entrance_id=0
|
||||
|
||||
#Addresses of hos, Bucket name in hos. Format is defined by WiredLB.
|
||||
cache_ip_list= {{ log_minio.address }}
|
||||
cache_listen_port= {{ log_minio.port }}
|
||||
cache_ip_list = {{ pangu_pxy.log_cache.address }}
|
||||
cache_listen_port = {{ pangu_pxy.log_cache.port }}
|
||||
cache_bucket_name=hos/proxy_hos_bucket
|
||||
cache_token=c21f969b5f03d33d43e04f8f136e7682
|
||||
|
||||
|
||||
Reference in New Issue
Block a user