We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064272c commit 4ec83dfCopy full SHA for 4ec83df
1 file changed
netty/src/main/java/io/grpc/netty/TcpMetrics.java
@@ -84,7 +84,7 @@ static EpollInfo loadEpollInfo() {
84
} catch (ReflectiveOperationException e) {
85
log.log(Level.FINE, "Failed to initialize Epoll tcp_info reflection", e);
86
} finally {
87
- log.log(Level.INFO, "Epoll available during static init of TcpMetrics:"
+ log.log(Level.FINE, "Epoll available during static init of TcpMetrics:"
88
+ "{0}", epollAvailable);
89
}
90
return null;
0 commit comments