Skip to content

Commit 26b25d7

Browse files
committed
Add timestamps to LIMA boot.sh messages
to make it easier to correlate them to entries in ha.std*.log files. Signed-off-by: Jan Dubois <[email protected]>
1 parent db30d4e commit 26b25d7

File tree

1 file changed

+2
-2
lines changed
  • pkg/cidata/cidata.TEMPLATE.d

1 file changed

+2
-2
lines changed

pkg/cidata/cidata.TEMPLATE.d/boot.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
set -eu
33

44
INFO() {
5-
echo "LIMA| $*"
5+
echo "LIMA $(date -Iseconds)| $*"
66
}
77

88
WARNING() {
9-
echo "LIMA| WARNING: $*"
9+
echo "LIMA $(date -Iseconds)| WARNING: $*"
1010
}
1111

1212
# shellcheck disable=SC2163

0 commit comments

Comments
 (0)