Log Log
Log Certified

Emit log entries from a flow.

yaml
type: io.kestra.plugin.core.log.Log
yaml
id: send_logs
namespace: company.team

tasks:
  - id: hello
    type: io.kestra.plugin.core.log.Log
    level: DEBUG
    message: "{{ task.id }} started at {{ 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
DefaultINFO
Possible Values
ERRORWARNINFODEBUGTRACE