We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e47c6a commit cc37627Copy full SHA for cc37627
java/server/src/org/openqa/selenium/grid/node/httpd/NodeServer.java
@@ -118,6 +118,8 @@ public Executable configure(String... args) {
118
119
BaseServerOptions serverOptions = new BaseServerOptions(config);
120
121
+ LOG.info("Reporting self as: " + serverOptions.getExternalUri());
122
+
123
LocalNode.Builder builder = LocalNode.builder(
124
tracer,
125
bus,
0 commit comments