perf(log): Use compact JSON for logging

This commit is contained in:
2026-07-24 04:36:26 -06:00
parent e25bd9fb4d
commit eafba0d67d
+1 -1
View File
@@ -121,7 +121,7 @@ writeJsonLog() {
fi
JSON_PROPS="$(
jq --null-input \
jq --null-input -c \
--arg timestamp "$(getTimeStamp)" \
--arg hostname "$(getHostname)" \
--arg pName "$LOG_PROGRAM_NAME" \