We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c985b8 commit eba1988Copy full SHA for eba1988
1 file changed
virtdata-docsys/src/main/java/io/virtdata/docsys/core/DocServer.java
@@ -294,7 +294,7 @@ public void run() {
294
295
server.start();
296
297
- logger.info("Started documentation server at "+ bindScheme + "://" + bindHost + ":" + bindPort + "/");
+ System.out.println("Started documentation server at "+ bindScheme + "://" + bindHost + ":" + bindPort + "/");
298
299
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
300
System.out.println("Browsing to documentation server at "+ bindScheme + "://" + bindHost + ":" + bindPort + "/");
0 commit comments