Echo- 🔒 Deprecated
yaml
type: "io.kestra.core.tasks.debugs.Echo"
Log a message in the task logs.
This task is deprecated, please use the io.kestra.core.tasks.log.Log task instead.
Examples
yaml
id: "echo"
type: "io.kestra.core.tasks.debugs.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