Logging and Monitoring

Lleverage provides logging capabilities to help you debug and understand how your workflows execute. While we're building out comprehensive analytics and monitoring features, you can currently access basic input/output logs for individual nodes.

Current Logging Features

Node-Level Input/Output Logs

After running a workflow or individual node, you can view the technical logs showing what data was passed into and generated by each node.

How to Access Node Logs:

  1. Run your workflow by clicking the main run button, or run an individual node by clicking the play button on the node itself

  2. Once execution completes, a bar will appear below the node

  3. Click the "Input" or "Output" tab buttons on this bar

  4. The input/output data will expand below the node for review

⚠️ Note: These logs are technical in nature and primarily intended for debugging purposes. They show the raw data flowing through your nodes but don't yet provide usage analytics or performance metrics.

What You Can See

  • Input tab: Shows the exact data that was passed into the node during execution

  • Output tab: Displays what the node generated after processing the input

  • Execution indicator: Visual confirmation that the node has been run

💡 These logs are automatically generated whenever you run a workflow or individual node - no additional setup required.

Coming Soon

We're actively developing a comprehensive analytics and insights dashboard that will provide:

Workflow Analytics Dashboard

  • Organisation and project-level views of all workflow executions

  • Detailed performance metrics and execution times

  • Usage patterns and frequency analytics

  • Resource consumption tracking

  • System health and uptime monitoring

Enhanced Run Panel

  • Full visibility into what was executed and how

  • Complete execution history

  • Detailed error tracking and debugging information

  • Performance optimisation recommendations

Future Monitoring Capabilities

  • Visual execution path tracking

  • Model performance metrics (accuracy, response time, efficiency)

  • User feedback and error rate analysis

  • Advanced troubleshooting tools with specific failure point identification

  • Historical comparisons across workflow versions

⚠️ The logging and monitoring system is under active development. The features described in the "Coming Soon" section will be rolled out progressively to enhance your workflow debugging and optimisation capabilities.

Last updated