fix(webapp): stop logging full batch item contents in batchTriggerV3 (#4404)

This commit is contained in:
Chris Arderne
2026-07-29 17:59:27 +01:00
committed by GitHub
parent ed8f5e1297
commit a09817169f
@@ -409,10 +409,6 @@ export class BatchTriggerV3Service extends BaseService {
{} as Record<string, typeof body.items>
);
logger.debug("[BatchTriggerV2][call] Grouped items by task identifier", {
itemsByTask,
});
const idempotencyKeyLookups = Object.entries(itemsByTask).flatMap(([taskIdentifier, items]) => {
const idempotencyKeys = Array.from(
new Set(