Skip to content

Commit 3f00836

Browse files
WJ66880RongtongJin
authored andcommitted
[ISSUE #9331] Found one info log lose parameters during proxy startup (#9332)
1 parent 6056479 commit 3f00836

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

proxy/src/main/java/org/apache/rocketmq/proxy/grpc/GrpcServerBuilder.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,7 @@ protected GrpcServerBuilder(ThreadPoolExecutor executor, int port) {
7575
serverBuilder.maxInboundMessageSize(maxInboundMessageSize)
7676
.maxConnectionIdle(idleTimeMills, TimeUnit.MILLISECONDS);
7777

78-
log.info(
79-
"grpc server has built. port: {}, tlsKeyPath: {}, tlsCertPath: {}, threadPool: {}, queueCapacity: {}, "
80-
+ "boosLoop: {}, workerLoop: {}, maxInboundMessageSize: {}",
78+
log.info("grpc server has built. port: {}, bossLoopNum: {}, workerLoopNum: {}, maxInboundMessageSize: {}",
8179
port, bossLoopNum, workerLoopNum, maxInboundMessageSize);
8280
}
8381

0 commit comments

Comments
 (0)