Code Connectors – Logging for Debugging
Ruby Snippets now supports puts statements for logging, completing the debugging toolkit across all code connectors and joining print for Python and console.log for JavaScript. Logged values from puts will appear line by line in the “Output” tab of job history, making it easier to troubleshoot and monitor intermediate values when working with custom scripts.
Learn more in the Ruby, Python, and JavaScript documentation.