Remove error log for pool initialization exception (#1660)

Co-authored-by: Jeff Fang <jeff.fang@activenetwork.com>
pull/2110/head
Jeff Fang 1 year ago committed by GitHub
parent 2e07be7b32
commit 61ac830709
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -580,7 +580,6 @@ public final class HikariPool extends PoolBase implements HikariPoolMXBean, IBag
*/
private void throwPoolInitializationException(Throwable t)
{
logger.error("{} - Exception during pool initialization.", poolName, t);
destroyHouseKeepingExecutorService();
throw new PoolInitializationException(t);
}

Loading…
Cancel
Save