I have two services A and B
A : it is written in spring boot
B: it is web app written in java with custom framework
I want to pass trace id generated by Spring cloud Sleuth when calling api from A to B and then want to use it in logging in B .
IF B is also written in Spring Boot then Spring cloud Sleuth given this out of box
What is best way to achieve this ?