diff --git a/cf-module-system/cf-module-system-biz/pom.xml b/cf-module-system/cf-module-system-biz/pom.xml index 4591f642a..73577f5a5 100644 --- a/cf-module-system/cf-module-system-biz/pom.xml +++ b/cf-module-system/cf-module-system-biz/pom.xml @@ -224,15 +224,6 @@ cf-spring-boot-starter-biz-pay - - org.springframework.cloud - spring-cloud-starter-sleuth - - - org.springframework.cloud - spring-cloud-sleuth-zipkin - - diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml index c32715192..a510fa7c4 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/bootstrap.yaml @@ -1,12 +1,6 @@ spring: application: name: system-server - sleuth: - default-logging-pattern-enabled: false - sampler: #采样器 - probability: 1.0 #采样率,采样率是采集Trace的比率,默认0.1 - zipkin: #设置zipkin服务端地址 - baseUrl: http://127.0.0.1:9411 profiles: active: local diff --git a/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml b/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml index 9b5d10151..65860d60a 100644 --- a/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml +++ b/cf-module-system/cf-module-system-biz/src/main/resources/logback-spring.xml @@ -5,7 +5,7 @@ - +