Log a message in the task logs.
This task is deprecated, please use the io.kestra.plugin.core.log.Log
task instead.
yaml
type: "io.kestra.plugin.core.debug.Echo"
yaml
id: echo_flow
namespace: company.team
tasks:
- id: echo
type: io.kestra.plugin.core.debug.Echo
level: WARN
format: "{{ task.id }} > {{ taskrun.startDate }}"
Dynamic
YES
Dynamic
YES
Default
INFO
Possible Values
ERROR
WARN
INFO
DEBUG
TRACE