Skip to content

Commit

Permalink
Adding Started Log Message
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Aug 15, 2024
1 parent f6fcf5b commit 49b7244
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/main/java/com/hedera/block/server/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ public static void main(final String[] args) {

// Start the web server
webServer.start();

// Log the server status
LOGGER.log(System.Logger.Level.INFO, "Block Node Server started at port: " + webServer.port());
} catch (IOException e) {
throw new RuntimeException(e);
}
Expand Down

0 comments on commit 49b7244

Please sign in to comment.