File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -280,6 +280,8 @@ GOTO :EOF
280280
281281 SET " WLST_PROPERTIES = -Dcom.oracle.cie.script.throwException=true"
282282 SET " WLST_PROPERTIES = %WLST_PROPERTIES% -Djava.util.logging.config.class=%LOG_CONFIG_CLASS% "
283+ SET " WLST_PROPERTIES = %WLST_PROPERTIES% -Dslf4j.provider=org.slf4j.jul.JULServiceProvider"
284+ SET " WLST_PROPERTIES = %WLST_PROPERTIES% -Dslf4j.internal.verbosity=ERROR"
283285 SET " WLST_PROPERTIES = %WLST_PROPERTIES% %WLSDEPLOY_PROPERTIES% "
284286
285287 @ REM print the configuration, and run the script
Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ runWlst() {
225225 CLASSPATH=" ${WLSDEPLOY_HOME} /lib/weblogic-deploy-core.jar" ; export CLASSPATH
226226 fi
227227
228-
229228 if [ -z " ${WLST} " ]; then
230229 echo " Unable to determine WLS version in ${ORACLE_HOME} to determine WLST shell script to call" >&2
231230 exit 98
@@ -234,6 +233,8 @@ runWlst() {
234233
235234 WLST_PROPERTIES=-Dcom.oracle.cie.script.throwException=true
236235 WLST_PROPERTIES=" ${WLST_PROPERTIES} -Djava.util.logging.config.class=${LOG_CONFIG_CLASS} "
236+ WLST_PROPERTIES=" ${WLST_PROPERTIES} -Dslf4j.provider=org.slf4j.jul.JULServiceProvider"
237+ WLST_PROPERTIES=" ${WLST_PROPERTIES} -Dslf4j.internal.verbosity=ERROR"
237238 WLST_PROPERTIES=" ${WLST_PROPERTIES} ${WLSDEPLOY_PROPERTIES} "
238239 export WLST_PROPERTIES
239240
You can’t perform that action at this time.
0 commit comments