This reverts commit b41a1326c4.
This commit is contained in:
committed by
GitHub
parent
b41a1326c4
commit
b679d05ce7
@@ -66,9 +66,7 @@ public class TraceLettuceClientResourcesBeanPostProcessor implements BeanPostPro
|
||||
if (log.isDebugEnabled()) {
|
||||
log.debug("Lettuce ClientResources bean is auto-configured to enable tracing.");
|
||||
}
|
||||
ClientResources crWithTracing = cr.mutate().tracing(new LazyTracing(this.beanFactory)).build();
|
||||
cr.shutdown();
|
||||
return crWithTracing;
|
||||
return cr.mutate().tracing(new LazyTracing(this.beanFactory)).build();
|
||||
}
|
||||
else if (log.isDebugEnabled()) {
|
||||
log.debug(
|
||||
|
||||
Reference in New Issue
Block a user