Correct logger name
This commit is contained in:
parent
2e46b62ffd
commit
5b411692a7
|
@ -68,8 +68,7 @@ import java.util.concurrent.atomic.AtomicInteger;
|
|||
@Contract(threading = ThreadingBehavior.SAFE)
|
||||
public class LinearBackoffManager extends AbstractBackoff {
|
||||
|
||||
|
||||
private static final Logger LOG = LoggerFactory.getLogger(org.slf4j.LoggerFactory.class);
|
||||
private static final Logger LOG = LoggerFactory.getLogger(LinearBackoffManager.class);
|
||||
|
||||
/**
|
||||
* The backoff increment used when adjusting connection pool sizes.
|
||||
|
|
Loading…
Reference in New Issue