Skip to content

Commit 04e3886

Browse files
authored
Merge pull request #2090 from rancher-sandbox/timestamps
Add timestamps to LIMA boot.sh messages
2 parents db30d4e + 26b25d7 commit 04e3886

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)