Skip to content

logPretty

logPretty(value) → value · System

Log a pretty-printed representation of a value to stderr and pass the value through unchanged.

  • value (required): any value to inspect
utlx
{
  result: logPretty($input.payload)      // logs formatted JSON to stderr, passes value through
}

Released under AGPL-3.0.