From 037f0cfd78cabd2222c190301cb1f6cd5070fc74 Mon Sep 17 00:00:00 2001 From: Kristijan Mitrovic Date: Tue, 2 Jun 2020 13:22:16 +0200 Subject: [PATCH] Change log format to more standard one --- automation/roles/bubble/files/bubble_restore_monitor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/roles/bubble/files/bubble_restore_monitor.sh b/automation/roles/bubble/files/bubble_restore_monitor.sh index 878c152c..a7fac454 100755 --- a/automation/roles/bubble/files/bubble_restore_monitor.sh +++ b/automation/roles/bubble/files/bubble_restore_monitor.sh @@ -21,7 +21,7 @@ function die { } function log { - echo "[$(date)] ${1}" >> ${LOG} + echo "$(date): ${1}" >> ${LOG} } START=$(date +%s)