AnonHxy commented on code in PR #18244:
URL: https://github.com/apache/pulsar/pull/18244#discussion_r1007949471
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/PulsarService.java:
##########
@@ -902,9 +902,8 @@ public void start() throws PulsarServerException {
+ (config.getWebServicePortTls().isPresent() ? ", tls-port
= " + config.getWebServicePortTls() : "")
+ (StringUtils.isNotEmpty(brokerServiceUrl) ? ", broker
url= " + brokerServiceUrl : "")
+ (StringUtils.isNotEmpty(brokerServiceUrlTls) ? ", broker
tls url= " + brokerServiceUrlTls : "");
- LOG.info("messaging service is ready, bootstrap_seconds={}",
bootstrapTimeSeconds);
- LOG.info("messaging service is ready, {}, cluster={}, configs={}",
bootstrapMessage,
- config.getClusterName(), config);
+ LOG.info("messaging service is ready, {}, cluster={}, configs={},
bootstrap_seconds={}", bootstrapMessage,
Review Comment:
It's better move the `bootstrap_seconds` to first position, because the
`configs` will be very long
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]