refactor(package): sentinella: +logging

This commit is contained in:
2025-10-25 09:54:57 +00:00
parent af5d46b3f0
commit 39abe553f5
3 changed files with 7 additions and 2 deletions

View File

@@ -17,5 +17,5 @@ log() {
# shellcheck disable=SC1003
fmt="$(printf "%s" "$1" | sed 's/\\033\[0m/''\'"$color"'/g')"
shift
printf "%b\n" "$color$fmt$NC" "$@"
printf "%b\n" "$color$fmt$NC" "$@" >&2
}