Skip to content

Commit 2970210

Browse files
authored
Merge pull request #155 from oracle/CarolynRountree-javadoc-issue-1
Update WLSDeployCustomizeLoggingConfig.java
2 parents b16658c + d8fd1ad commit 2970210

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/oracle/weblogic/deploy/logging/WLSDeployCustomizeLoggingConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*
1818
* <p>You must add this class to the -Djava.util.logging.config.class parameter before the tool JVM is started.
1919
* To inject one or more handlers into the WLSDEPLOY logger, you may either add the comma separated list to the
20-
* logger.properties file as <WLSDEPLOY_LOGGER_NAME>.handlers=<list>, or set the list on the environment variable
20+
* logger.properties file as WLSDEPLOY_LOGGER_NAME.handlers=list, or set the list on the environment variable
2121
* WLSDEPLOY_LOG_HANDLERS_ENV_VARIABLE. The property in the logging.properties file takes precedence
2222
* over the environment variable.
2323
*
@@ -127,4 +127,4 @@ private static void addHandlerProperties(Properties logProps, Class<?> clazz) {
127127
}
128128
}
129129

130-
}
130+
}

0 commit comments

Comments
 (0)