Skip to content

Commit

Permalink
Merge branch '6.0.x' into 6.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rayokota committed Oct 8, 2021
2 parents 0a7e93a + 794f955 commit 7984d9b
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 7984d9b

Please sign in to comment.