feat(log): Add CF-ERR to operation attr

Update 'listCFErrors' function so that 'CF-ERR' is appended to the 'operation' field of the error log.
This commit is contained in:
2026-07-24 02:44:22 -06:00
parent 1506d77ee9
commit 3b97d112ad
+1 -1
View File
@@ -85,7 +85,7 @@ listCFErrors() {
messages="${messages#*_}" messages="${messages#*_}"
# output to log # output to log
writePlainTextLog "${message}" "err" "fail" "$2" "$code" writePlainTextLog "${message}" "err" "fail" "$2:CF-ERR" "$code"
done done
} }