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
280
280
281
281
SET " WLST_PROPERTIES = -Dcom.oracle.cie.script.throwException=true"
282
282
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"
283
285
SET " WLST_PROPERTIES = %WLST_PROPERTIES% %WLSDEPLOY_PROPERTIES% "
284
286
285
287
@ REM print the configuration, and run the script
Original file line number Diff line number Diff line change @@ -225,7 +225,6 @@ runWlst() {
225
225
CLASSPATH=" ${WLSDEPLOY_HOME} /lib/weblogic-deploy-core.jar" ; export CLASSPATH
226
226
fi
227
227
228
-
229
228
if [ -z " ${WLST} " ]; then
230
229
echo " Unable to determine WLS version in ${ORACLE_HOME} to determine WLST shell script to call" >&2
231
230
exit 98
@@ -234,6 +233,8 @@ runWlst() {
234
233
235
234
WLST_PROPERTIES=-Dcom.oracle.cie.script.throwException=true
236
235
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"
237
238
WLST_PROPERTIES=" ${WLST_PROPERTIES} ${WLSDEPLOY_PROPERTIES} "
238
239
export WLST_PROPERTIES
239
240
You can’t perform that action at this time.
0 commit comments