From 9916545817523e30a526484e4f3f622d767e24c5 Mon Sep 17 00:00:00 2001 From: Francis Reat Date: Mon, 27 Apr 2026 10:47:03 +0200 Subject: [PATCH] SCPN1-10671 --- RFXtoRP_PlatformLogCreate.ftl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RFXtoRP_PlatformLogCreate.ftl b/RFXtoRP_PlatformLogCreate.ftl index 953c214..ea30d9f 100644 --- a/RFXtoRP_PlatformLogCreate.ftl +++ b/RFXtoRP_PlatformLogCreate.ftl @@ -23,16 +23,16 @@ }, "TechMessage": { "Code": "${restResponsetMsg.status!"no Code"}", - "Label": ${strJsonBody} + "Label": ${strJsonBody?truncate(32000,'...')} }, "UserMessage": { "Code": "${restResponsetMsg.status!"no Code"}", - "Label": ${strJsonBody}, + "Label": ${strJsonBody?truncate(32000,'...'), "Params": [] }, "DetailElements": [], "CorrelationID": "${id.correlationid!"no Correlationid"}", - "ContextPayload": ${strJsonBody}, + "ContextPayload": ${strJsonBody?truncate(32000,'...')}, "Type": "${event}", "Task": "${id.apiRestReflexID!"no Task"}", "OriginalID": "${id.refid!"no OriginalID"?trim?json_string}",