Echo
⚠ This feature is deprecated and will be removed in the future. We encourage you to migrate to the new plugin, but you can still use the deprecated version.
yaml
type: "io.kestra.plugin.core.debug.Echo"
Log a message in the task logs.
This task is deprecated, please use the io.kestra.plugin.core.log.Log
task instead.
Examples
yaml
id: echo_flow
namespace: company.team
tasks:
- id: echo
type: io.kestra.plugin.core.debug.Echo
level: WARN
format: "{{ task.id }} > {{ taskrun.startDate }}"
Properties
format
- Type: string
- Dynamic: ✔️
- Required: ✔️
- Min length:
1
level
- Type: string
- Dynamic: ❌
- Required: ❌
- Default:
INFO
- Possible Values:
ERROR
WARN
INFO
DEBUG
TRACE
Outputs
Definitions
Was this page helpful?