From 99208a930bc900dca44fead122f9a3496543b782 Mon Sep 17 00:00:00 2001 From: Samantha Crespo <100810716+samkcrespo@users.noreply.github.com> Date: Wed, 26 Jun 2024 10:34:07 -0700 Subject: [PATCH 1/2] Update destination-functions.md - console.log UI limit --- src/connections/functions/destination-functions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/connections/functions/destination-functions.md b/src/connections/functions/destination-functions.md index 723e83f6c5..c00861bb53 100644 --- a/src/connections/functions/destination-functions.md +++ b/src/connections/functions/destination-functions.md @@ -439,3 +439,7 @@ Yes, to do so, remove the `messageId` and the `writeKey` from the payload in you ##### Can I view console.log() outputs in Destination Functions? Incorporating console.log() statements in your Destination Function code aids in debugging. However, logs generated by these statements will only be accessible in the [Event Delivery](/docs/connections/event-delivery/) view if the payloads encounter errors during processing. Logs from successfully processed payloads are not displayed. + +##### What is the maximum data size that can be displayed in console.logs() when testing a Function? + +The test function interface has a 4KB console logging limit. Outputs surpassing this limit will not be visible in the user interface. From 33a1727dff98f8bc04ce970dc5aa835c31c556a4 Mon Sep 17 00:00:00 2001 From: forstisabella <92472883+forstisabella@users.noreply.github.com> Date: Tue, 30 Jul 2024 11:43:44 -0400 Subject: [PATCH 2/2] Update src/connections/functions/destination-functions.md --- src/connections/functions/destination-functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connections/functions/destination-functions.md b/src/connections/functions/destination-functions.md index c00861bb53..4d97a6d848 100644 --- a/src/connections/functions/destination-functions.md +++ b/src/connections/functions/destination-functions.md @@ -442,4 +442,4 @@ Incorporating console.log() statements in your Destination Function code aids in ##### What is the maximum data size that can be displayed in console.logs() when testing a Function? -The test function interface has a 4KB console logging limit. Outputs surpassing this limit will not be visible in the user interface. +The test function interface has a 4KB console logging limit. Outputs larger than this limit are not visible in the user interface.