Log Display
The Log display component enables visualization of logs from a runnable by using its Job id. This component allows developers to monitor and display execution logs within their applications.
Configuration
Section titled “Configuration”Log display configuration settings
Section titled “Log display configuration settings”| Name | Type | Connectable | Templatable | Default | Description |
|---|---|---|---|---|---|
| Job Id | string | true | false | — | The job id of the run whose logs should be displayed |
Component outputs
Section titled “Component outputs”The Log display component exposes three output properties:
| Name | Type | Description |
|---|---|---|
| result | string | The result of the runnable execution |
| loading | boolean | Current loading state of the component |
| Job Id | string | The job id of the run displaying logs |
Key features
Section titled “Key features”- Connectable Job ID: The Job Id field can be connected to dynamic sources, allowing it to update based on other component values or script outputs.
- Loading state tracking: Built-in loading indicator shows when logs are being fetched.
- Result display: Automatically captures and presents the execution result.
Related resources
Section titled “Related resources”For comprehensive information about building applications with this component, refer to the App editor documentation and the Apps quickstart guide. Additional context about Jobs can be found in the Jobs core concepts documentation.