Skip to content

Commit cc37627

Browse files
committed
[grid] Nodes should log which address they are advertising as
1 parent 5e47c6a commit cc37627

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

java/server/src/org/openqa/selenium/grid/node/httpd/NodeServer.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ public Executable configure(String... args) {
118118

119119
BaseServerOptions serverOptions = new BaseServerOptions(config);
120120

121+
LOG.info("Reporting self as: " + serverOptions.getExternalUri());
122+
121123
LocalNode.Builder builder = LocalNode.builder(
122124
tracer,
123125
bus,

0 commit comments

Comments
 (0)