ctx.log
Logs anything from your action by printing a message in the Interval dashboard. Works with multiple arguments like JavaScript’s console.log. Logs are truncated at 10,000 characters.
ctx.log("Some prime numbers", [2, 3, 5, 7, 11, 13]);

Returns: Null
Did this section clearly explain what you wanted to learn?