Log ​Log

yaml
type: "io.kestra.plugin.core.log.log"
yaml
id: "log"
type: "io.kestra.plugin.core.log.log"
level: DEBUG
message: "{{ task.id }} > {{ taskrun.startDate }}"

yaml
id: hello_world
namespace: company.team

tasks:
  - id: greeting
    type: io.kestra.plugin.core.log.Log
    message:
      - Kestra team wishes you a great day 👋
      - If you need some help, reach out via Slack
Properties
Default INFO
Possible Values
ERRORWARNINFODEBUGTRACE