Skip to content

Commit

Permalink
Turn down info message level
Browse files Browse the repository at this point in the history
  • Loading branch information
efrecon committed Mar 27, 2024
1 parent 2fb0c4b commit 88217d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ error() { _log ERR "$@" && exit 1; }
sublog() {
# Eagerly wait for the log file to exist
while ! [ -f "${1-0}" ]; do sleep 0.1; done
verbose "$1 now present on disk"
debug "$1 now present on disk"

# Then reroute its content through our logging printf style
tail -n +0 -f "$1" 2>/dev/null | while IFS= read -r line; do
Expand Down

0 comments on commit 88217d5

Please sign in to comment.