Skip to content

Commit

Permalink
Remove error log for pool initialization exception (#1660)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Fang <jeff.fang@activenetwork.com>
  • Loading branch information
JeffFang and Jeff Fang committed Sep 15, 2023
1 parent 2e07be7 commit 61ac830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/zaxxer/hikari/pool/HikariPool.java
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,6 @@ private void checkFailFast()
*/
private void throwPoolInitializationException(Throwable t)
{
logger.error("{} - Exception during pool initialization.", poolName, t);
destroyHouseKeepingExecutorService();
throw new PoolInitializationException(t);
}
Expand Down

0 comments on commit 61ac830

Please sign in to comment.