Skip to content

Commit

Permalink
[grid] Nodes should log which address they are advertising as
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jan 16, 2020
1 parent 5e47c6a commit cc37627
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ public Executable configure(String... args) {

BaseServerOptions serverOptions = new BaseServerOptions(config);

LOG.info("Reporting self as: " + serverOptions.getExternalUri());

LocalNode.Builder builder = LocalNode.builder(
tracer,
bus,
Expand Down

0 comments on commit cc37627

Please sign in to comment.