带有弹簧靴2的侦探2未在日志中添加traceid

时间:2018-07-05 09:02:05

标签: logging

我最近开始探索sping boot2。我使用logaback进行日志记录。对于分布式日志记录跟踪,我想使用sping boot sleuth starter。但是在pom.xml中没有zipkin集成的情况下具有以下依赖性,因此没有在日志中添加traceid。还在application.properties文件中添加了spring.application.name属性。我在这里想念什么吗?

"Array"

2 个答案:

答案 0 :(得分:0)

您使用的是什么日志记录框架?我在项目中使用的是log4j2。当我删除log4j2并将其保留为spring-cloud-sleuth的默认日志记录时,它开始工作。

答案 1 :(得分:-1)

您是否已在application.properties中添加了以下属性

spring.sleuth.sampler.probability=1

您可以关注以下博客以获取zipkin中的跟踪ID:

http://onlyfullstack.blogspot.com/2018/09/microservices-with-spring-sleuth.html

http://onlyfullstack.blogspot.com/2018/09/microservices-with-spring-sleuth-and-zipkin.html