Skip to content

Commit

Permalink
feat(automq-kafka-admin.sh): Optimize command line standard output me…
Browse files Browse the repository at this point in the history
…ssages (#1178)
  • Loading branch information
amos201600 committed Apr 26, 2024
1 parent bd1dc99 commit 13e0abd
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,7 @@ public void run() throws IOException {
ServerGroupConfig brokerGroupConfig = ConfigParserUtil.genBrokerConfig(parameter.brokerAddress, controllerGroupConfig);
brokerPropsFileNameList = processGroupConfig(brokerGroupConfig, BROKER_PROPS_PATH, "broker", s3Url);

System.out.println("#################################### GENERATED PROPERTIES #################################");

System.out.println("############ Generated configuration properties");
System.out.println("Generated controller or server properties under current directory:");
for (String propFileName : controllerPropFileNameList) {
System.out.println(propFileName);
Expand Down

0 comments on commit 13e0abd

Please sign in to comment.