Log a message in the task logs (Deprecated).

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 }}"
Properties
Default INFO
Possible Values
ERRORWARNINFODEBUGTRACE