📝Logging
📝 Logging captures details for every step during execution, and you can control the level of detail.
What is logged
- Inputs and outputs for each block.
- Duration and execution status.
Tips
- Review the log after a failure to identify the responsible block.
- Avoid placing sensitive data in content; use Secrets.

