This commit is contained in:
Marcin Grzejszczak
2022-02-02 13:40:19 +01:00
parent 57c076c28c
commit eefd3b98af

View File

@@ -85,7 +85,8 @@ public class TraceReactiveTransactionManager implements ReactiveTransactionManag
.start();
}
TracePlatformTransactionManagerTags.tag(span, definition, this.delegate.getClass());
} else if (log.isDebugEnabled()) {
}
else if (log.isDebugEnabled()) {
log.debug("Will continue the transaction for span [" + span + "]");
}
Tracer.SpanInScope withSpan = tracer().withSpan(span);