Correct logger name

This commit is contained in:
Michael Lee 2024-02-09 22:39:01 +08:00 committed by Oleg Kalnichevski
parent 2e46b62ffd
commit 5b411692a7
1 changed files with 1 additions and 2 deletions

View File

@ -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.