File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
operator/src/main/resources/scripts Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ echo $$ > /tmp/monitorLog-pid
16
16
SCRIPTPATH=" $( cd " $( dirname " $0 " ) " > /dev/null 2>&1 ; pwd -P ) "
17
17
source ${SCRIPTPATH} /traceUtils.sh
18
18
19
- trace " Monitoring server log file $1 with sleep interval of $2 seconds"
19
+ trace " Monitoring server log file $1 every $2 seconds for selected known log messages. "
20
20
21
21
while true ; do
22
22
if grep -q " BEA-141335" $1 ; then
Original file line number Diff line number Diff line change @@ -105,7 +105,6 @@ function waitUntilShutdown() {
105
105
FAIL_BOOT_ON_SITUATIONAL_CONFIG_ERROR=${FAIL_BOOT_ON_SITUATIONAL_CONFIG_ERROR:- true}
106
106
SERVER_OUT_MONITOR_INTERVAL=${SERVER_OUT_MONITOR_INTERVAL:- 30}
107
107
if [ ${FAIL_BOOT_ON_SITUATIONAL_CONFIG_ERROR} == ' true' ] ; then
108
- trace " Monitor server out file ${SERVER_OUT_FILE} for certain known errors"
109
108
${SCRIPTPATH} /monitorLog.sh ${SERVER_OUT_FILE} ${SERVER_OUT_MONITOR_INTERVAL} &
110
109
fi
111
110
waitForShutdownMarker
You can’t perform that action at this time.
0 commit comments