feat: Adds help to preview-stats, changes message that get logs to console during error or warning messages.

This commit is contained in:
2025-10-06 18:46:59 -04:00
parent 7c08fec16b
commit 5946a177fb
2 changed files with 27 additions and 27 deletions

View File

@@ -111,7 +111,7 @@ logging() {
# Also log errors and warning messages to the console.
if [[ $error_flag == "1" ]] || [[ $warn_flag == "1" ]]; then
echo -e "[id: $LOG_INVOCATION_ID]: $msg"
echo -e "[id: $LOG_INVOCATION_ID]$msg"
fi
else
# Dry run mode, so just log to the console