Commit 468c8e16 authored by wangdong1's avatar wangdong1

add:redis 过滤log

parent 585179d9
...@@ -4,10 +4,12 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com" ...@@ -4,10 +4,12 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com"
[merchant : common] [merchant : common]
[interaction : common] [interaction : common]
[gateway : common] [gateway : common]
[wallet : common]
; 生产环境 ; 生产环境
[prod-merchant : merchant : common] [prod-merchant : merchant : common]
[prod-interaction : interaction : common] [prod-interaction : interaction : common]
[prod-gateway: gateway : common] [prod-gateway: gateway : common]
[prod-wallet: wallet : common]
; 预发环境 ; 预发环境
[perf-merchant : prod-merchant : merchant : common] [perf-merchant : prod-merchant : merchant : common]
...@@ -16,7 +18,9 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com" ...@@ -16,7 +18,9 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com"
[test-merchant : prod-merchant : merchant : common] [test-merchant : prod-merchant : merchant : common]
[test-interaction : prod-interaction : interaction : common] [test-interaction : prod-interaction : interaction : common]
[test-gateway : prod-gateway : gateway : common] [test-gateway : prod-gateway : gateway : common]
[test-wallet : prod-wallet : wallet : common]
;开发联调测试 ;开发联调测试
[dev-merchant : prod-merchant : merchant : common] [dev-merchant : prod-merchant : merchant : common]
[dev-interaction : prod-interaction : interaction : common] [dev-interaction : prod-interaction : interaction : common]
[dev-gateway : prod-gateway : gateway : common] [dev-gateway : prod-gateway : gateway : common]
[dev-wallet : prod-wallet : wallet : common]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment