Skip to content

Commit 862ba2c

Browse files
authored
Merge pull request #373 from oracle/jira-wdt-298-log-wdt-version
JIRA WDT-298 - Log WDT version at INFO level
2 parents 6abc8b9 + a7ff8bf commit 862ba2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/resources/templates/WebLogicDeployToolingVersion.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved.
33
* The Universal Permissive License (UPL), Version 1.0
44
*/
55
package oracle.weblogic.deploy.util;
@@ -65,7 +65,7 @@ public static String getFullVersion() {
6565
* @param programName - the name of the WebLogic Deploy Tooling program that is running
6666
*/
6767
public static void logVersionInfo(String programName) {
68-
LOGGER.config("WLSDPLY-01750", programName, getFullVersion());
68+
LOGGER.info("WLSDPLY-01750", programName, getFullVersion());
6969
}
7070

7171
/**

0 commit comments

Comments
 (0)