Skip to content

Commit 4103ab8

Browse files
committed
Turn the log to TRACE
1 parent aed562b commit 4103ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ning/http/client/providers/netty/NettyAsyncHttpProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public NettyAsyncHttpProvider(AsyncHttpClientConfig config) {
252252
e = Executors.newCachedThreadPool();
253253
}
254254
int numWorkers = config.getIoThreadMultiplier() * Runtime.getRuntime().availableProcessors();
255-
log.debug("Number of application's worker threads is {}", numWorkers);
255+
log.trace("Number of application's worker threads is {}", numWorkers);
256256
socketChannelFactory = new NioClientSocketChannelFactory(e, config.executorService(), numWorkers);
257257
allowReleaseSocketChannelFactory = true;
258258
}

0 commit comments

Comments
 (0)