Skip to content

Commit 1efe623

Browse files
committed
Change log level of inactive channels from INFO to FINE
1 parent 2b062fc commit 1efe623

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/main/java/oracle/nosql/driver/httpclient/HttpClientChannelPoolHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public Future<Boolean> isHealthy(Channel channel) {
117117
boolean val = channel.isActive();
118118

119119
if (!val) {
120-
logInfo(client.getLogger(),
120+
logFine(client.getLogger(),
121121
"HttpClient " + client.getName() +
122122
", channel inactive in health check: " + channel);
123123
}

0 commit comments

Comments
 (0)