Skip to content

Commit

Permalink
add java runtime architecture (e.g. 64bit) to log file (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitterling committed Jun 6, 2018
1 parent 2973e5c commit 72f2da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/atomique/ksar/Main.java
Expand Up @@ -66,6 +66,7 @@ public static void main(String[] args) {

log.trace("main - Start");
log.trace("Java runtime Version : {}", System.getProperty("java.runtime.version"));
log.trace("Java runtime architecture : {}", System.getProperty("os.arch"));
log.trace("ksar Version : {}", VersionNumber.getVersionNumber());

/// load default - Mac OS X Application Properties
Expand Down

0 comments on commit 72f2da0

Please sign in to comment.