Skip to content

Commit 2445821

Browse files
warning level log
1 parent b4fbecb commit 2445821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pgjdbc/src/main/java/com/yugabyte/ysql/LoadBalanceService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ private static synchronized String checkAndRefresh(LoadBalanceProperties.LoadBal
519519
}
520520
// Retry until servers are available
521521
if (hosts.isEmpty()) {
522-
LOGGER.fine("Failed to establish control connection to available servers");
522+
LOGGER.warning("Failed to establish control connection to available servers");
523523
return null;
524524
} else {
525525
// Try the first host in the list (don't have to check least loaded one since it's

0 commit comments

Comments
 (0)