Skip to content

Commit

Permalink
system.out version
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Mar 11, 2024
1 parent ab2b4dc commit a8d83cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/myrobotlab/service/Runtime.java
Original file line number Diff line number Diff line change
Expand Up @@ -2866,6 +2866,7 @@ public Runtime(String n, String id) {
log.info("hostname {}", platform.getHostname());
log.info("ivy [runtime,{}.{}.{}]", platform.getArch(), platform.getJvmBitness(), platform.getOS());
log.info("version {} branch {} commit {} build {}", platform.getVersion(), platform.getBranch(), platform.getCommit(), platform.getBuild());
System.out.println(String.format("version {} branch {} commit {} build {}", platform.getVersion(), platform.getBranch(), platform.getCommit(), platform.getBuild()));
log.info("platform manifest {}", Platform.getManifest());
log.info("platform [{}}]", platform);
log.info("version [{}]", platform.getVersion());
Expand Down

0 comments on commit a8d83cf

Please sign in to comment.