yaml
type: "io.kestra.plugin.core.log.log"
Examples
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
message *Requiredstringarray
level string
Default
INFO
Possible Values
ERROR
WARN
INFO
DEBUG
TRACE