Skip to content

Commit

Permalink
Merge branch '6.2.x' into 7.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Oct 8, 2021
2 parents dcb3169 + 9b1ea6a commit e0e31fb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ public static void main(String[] args) throws IOException {
SchemaRegistryRestApplication app = new SchemaRegistryRestApplication(config);
Server server = app.createServer();
server.start();
log.info("Server started, listening for requests...");
log.info("Schema Registry version: {} commitId: {}",
AppInfoParser.getVersion(), AppInfoParser.getCommitId());
AppInfoParser.getVersion(), AppInfoParser.getCommitId());
log.info("Server started, listening for requests...");
server.join();
} catch (RestConfigException e) {
log.error("Server configuration failed: ", e);
Expand Down

0 comments on commit e0e31fb

Please sign in to comment.