Moar logging

This commit is contained in:
Marcin Grzejszczak
2018-10-05 10:22:15 +02:00
parent 3cec182f45
commit 9e50cf72a4

View File

@@ -58,7 +58,8 @@ import static org.assertj.core.api.BDDAssertions.then;
SleuthSpanCreatorAspectWebFluxTests.TestConfiguration.class }, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class SleuthSpanCreatorAspectWebFluxTests {
private static final Log log = LogFactory.getLog(SleuthSpanCreatorAspectWebFluxTests.class);
private static final Log log = LogFactory
.getLog(SleuthSpanCreatorAspectWebFluxTests.class);
private static final ConcurrentLinkedQueue<Long> spanIdsInHttpTrace = new ConcurrentLinkedQueue<>();