You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"$(date +%FT%T%Z) [${process_name}] - Video folder exists: ${VIDEO_FOLDER}"
36
+
echo"$(date -u +"${ts_format}") [${process_name}] - Video folder exists: ${VIDEO_FOLDER}"
36
37
else
37
-
echo"$(date +%FT%T%Z) [${process_name}] - Video folder does not exist: ${VIDEO_FOLDER}. Due to permission, folder name could not be changed via environment variable. Exiting..."
38
+
echo"$(date -u +"${ts_format}") [${process_name}] - Video folder does not exist: ${VIDEO_FOLDER}. Due to permission, folder name could not be changed via environment variable. Exiting..."
38
39
exit 1
39
40
fi
40
41
@@ -56,20 +57,20 @@ function create_named_pipe() {
56
57
rm -f "${UPLOAD_PIPE_FILE}"
57
58
fi
58
59
mkfifo "${UPLOAD_PIPE_FILE}"
59
-
echo"$(date +%FT%T%Z) [${process_name}] - Created named pipe ${UPLOAD_PIPE_FILE}"
60
+
echo"$(date -u +"${ts_format}") [${process_name}] - Created named pipe ${UPLOAD_PIPE_FILE}"
echo"$(date +%FT%T%Z) [${process_name}] - Upload destination not known since UPLOAD_DESTINATION_PREFIX is not set. Continue without uploading."
150
+
echo"$(date -u +"${ts_format}") [${process_name}] - Upload destination not known since UPLOAD_DESTINATION_PREFIX is not set. Continue without uploading."
150
151
fi
151
152
recording_started="false"
152
153
}
@@ -171,12 +172,12 @@ function log_node_response() {
171
172
}
172
173
173
174
functiongraceful_exit() {
174
-
echo"$(date +%FT%T%Z) [${process_name}] - Trapped SIGTERM/SIGINT/x so shutting down recorder"
175
+
echo"$(date -u +"${ts_format}") [${process_name}] - Trapped SIGTERM/SIGINT/x so shutting down recorder"
echo"$(date ${ts_format}) DEBUG [${probe_name}] - Could not construct GraphQL endpoint, please provide SE_HUB_HOST (or SE_ROUTER_HOST) and SE_HUB_PORT (or SE_ROUTER_PORT). Bypass the probe checks for now."
13
+
echo"$(date -u +"${ts_format}") DEBUG [${probe_name}] - Could not construct GraphQL endpoint, please provide SE_HUB_HOST (or SE_ROUTER_HOST) and SE_HUB_PORT (or SE_ROUTER_PORT). Bypass the probe checks for now."
echo"$(date -u +"${ts_format}") DEBUG [${probe_name}] - It seems the Distributor is delayed in processing a new session in the queue. Probe checks failed."
37
37
exit 1
38
38
else
39
-
echo"$(date ${ts_format}) DEBUG [${probe_name}] - Distributor is healthy."
39
+
echo"$(date -u +"${ts_format}") DEBUG [${probe_name}] - Distributor is healthy."
0 commit comments