Skip to content

Commit eba1988

Browse files
committed
moved docserver info to stdout
1 parent 2c985b8 commit eba1988

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtdata-docsys/src/main/java/io/virtdata/docsys/core/DocServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ public void run() {
294294

295295
server.start();
296296

297-
logger.info("Started documentation server at "+ bindScheme + "://" + bindHost + ":" + bindPort + "/");
297+
System.out.println("Started documentation server at "+ bindScheme + "://" + bindHost + ":" + bindPort + "/");
298298

299299
if (Desktop.isDesktopSupported() && Desktop.getDesktop().isSupported(Desktop.Action.BROWSE)) {
300300
System.out.println("Browsing to documentation server at "+ bindScheme + "://" + bindHost + ":" + bindPort + "/");

0 commit comments

Comments
 (0)