Lleverage Docs
WebsiteLegalPlatform
  • Welcome
    • What is Lleverage?
    • Organisations
    • Projects
    • Members
  • Workflows
    • Workflows
      • Variables
      • Testing
      • Logs
      • Publishing
      • Version control
      • Workflow Co-Pilot
    • Actions
      • Controls
      • AI
        • Using the Prompt action
        • Prompt engineering
        • Model configuration
        • Agents
      • Tools
      • Integrations
    • Apps
      • Form app
      • Chat app
    • API Endpoints
    • Templates
  • KNOWLEDGE & DATA SETS
    • Knowledge Bases
  • Connections
    • Models
    • Databases
  • Help, Subscription and Other
    • Subscription Management
    • Release Notes
      • Version 0.1 - 15 July 2024
      • Version 0.2 - 6 August 2024
      • Version 0.3 - 23 September 2024
      • Version 0.4 - 7 October 2024
      • Version 0.5 - 28 October 2024
      • Version 0.6 - 6 December 2024
      • Version 0.7 - 14 January 2025
      • Version 0.8 - 11 February 2025
      • Version 0.9 - 21 March 2025
      • Version 1.0 - 8 April 2025
    • Support
Powered by GitBook
On this page
  • Accessing logs
  • Understanding the logs panel
  • Logs tab
  • Response tab
  • Using logs for troubleshooting

Was this helpful?

  1. Workflows
  2. Workflows

Logs

When testing your workflow, you have access to detailed execution information through logs. The logs panel automatically opens when you test run a workflow, showing you exactly what's happening as your workflow executes.

Accessing logs

There are two ways to access logs:

  1. They open automatically when test running a workflow

  2. Click the Logs button in the top right of your workflow canvas (next to the Run button)

Understanding the logs panel

The logs panel opens at the bottom of your screen and contains two tabs:

Logs tab

Shows the execution of your workflow step by step:

  • See which action is currently executing

  • View when each action completes

  • Track the order of execution

  • Get timing information for the entire workflow

Response tab

When your workflow completes successfully, this tab shows:

  • The final output of your workflow

  • Response status code

  • Response headers

  • Response content

Using logs for troubleshooting

Logs are particularly helpful when, debugging errors in your workflow, understanding execution order, measuring performance, and verifying data flow between actions

The logs panel remains accessible while you work, letting you refer back to previous test runs or check results as you make changes to your workflow.

PreviousTestingNextPublishing

Last updated 4 months ago

Was this helpful?