We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e493c5c commit 98fd71cCopy full SHA for 98fd71c
main.sh
@@ -324,7 +324,7 @@ timestamped_log() {
324
# Create separate notices with the same timestamp for each line in a log message
325
local line
326
while IFS= read -r line; do
327
- printf "${NC}${C["Timestamp"]-}${Timestamp}${NC-} ${LogLevelTag} %s${NC}\n" "${line}"
+ printf "${NC}${C["Timestamp"]-}${Timestamp}${NC-} ${LogLevelTag} %s${NC}\n" "${line}"
328
done <<< "${LogMessage}"
329
}
330
trace() { log "${TRACE-}" "$(timestamped_log "${C["Trace"]-}[TRACE ]${NC-}" "$@")"; }
0 commit comments