Browse Source

Change log format to more standard one

pull/16/head
Kristijan Mitrovic 4 years ago
parent
commit
037f0cfd78
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      automation/roles/bubble/files/bubble_restore_monitor.sh

+ 1
- 1
automation/roles/bubble/files/bubble_restore_monitor.sh View File

@@ -21,7 +21,7 @@ function die {
} }


function log { function log {
echo "[$(date)] ${1}" >> ${LOG}
echo "$(date): ${1}" >> ${LOG}
} }


START=$(date +%s) START=$(date +%s)


Loading…
Cancel
Save