Skip to content

Commit

Permalink
Merge pull request #2090 from rancher-sandbox/timestamps
Browse files Browse the repository at this point in the history
Add timestamps to LIMA boot.sh messages
  • Loading branch information
AkihiroSuda committed Dec 19, 2023
2 parents db30d4e + 26b25d7 commit 04e3886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cidata/cidata.TEMPLATE.d/boot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
set -eu

INFO() {
echo "LIMA| $*"
echo "LIMA $(date -Iseconds)| $*"
}

WARNING() {
echo "LIMA| WARNING: $*"
echo "LIMA $(date -Iseconds)| WARNING: $*"
}

# shellcheck disable=SC2163
Expand Down

0 comments on commit 04e3886

Please sign in to comment.