Skip to content

Commit a61a35a

Browse files
committed
Optimize log output
1 parent 2ab0aaf commit a61a35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocketmq-v5-client-spring-boot/src/main/java/org/apache/rocketmq/client/autoconfigure/ExtConsumerResetConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public SimpleConsumerInfo(String consumerGroupName, String topicName, String end
194194
", namespace='" + namespace + '\'' +
195195
", tag='" + tag + '\'' +
196196
", filterExpressionType='" + filterExpressionType + '\'' +
197-
", requestTimeout=" + requestTimeout +
197+
", requestTimeout(seconds)=" + requestTimeout.getSeconds() +
198198
", awaitDuration=" + awaitDuration +
199199
", sslEnabled=" + sslEnabled +
200200
'}';

0 commit comments

Comments
 (0)