Skip to content

Commit df76f63

Browse files
Merge pull request #6760 from segmentio/samkcrespo-patch-24
Update destination-functions.md - console.log UI limit
2 parents a1c6462 + 33a1727 commit df76f63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/connections/functions/destination-functions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -439,3 +439,7 @@ Yes, to do so, remove the `messageId` and the `writeKey` from the payload in you
439439
##### Can I view console.log() outputs in Destination Functions?
440440

441441
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.
442+
443+
##### What is the maximum data size that can be displayed in console.logs() when testing a Function?
444+
445+
The test function interface has a 4KB console logging limit. Outputs larger than this limit are not visible in the user interface.

0 commit comments

Comments
 (0)