Skip to content

Commit

Permalink
Print timestamp when uploading results to logstash
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Nov 29, 2024
1 parent f182d67 commit f31dd7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/scripts/utilities.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ function submit_logstash {
jq . "${1}"
fi

echo "[$(date)] submitting to logstash"
curl \
--silent \
--show-error \
Expand All @@ -18,6 +19,7 @@ function submit_logstash {
--data "@${1}" \
"${CSCS_LOGSTASH_URL}" \
|| true
echo
}

function json_merge {
Expand Down

0 comments on commit f31dd7e

Please sign in to comment.