Skip to content

Commit e6d2e54

Browse files
author
rathnapandi
committed
- Add java version in debug log
1 parent c52c55e commit e6d2e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/apim-cli/src/main/java/com/axway/apim/cli/APIManagerCLI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ void printUsage() {
120120
int run(String[] args) {
121121
int rc = 0;
122122
LOG.info("API-Manager CLI: {}", APIManagerCLI.class.getPackage().getImplementationVersion());
123+
LOG.debug("Java Version: {}", System.getProperty("java.version"));
123124
if (this.selectedMethod == null) {
124125
this.printUsage();
125126
return rc;

0 commit comments

Comments
 (0)