
Log
Log
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 SlackProperties
message*Requiredstringarray
levelstring
Default
INFOPossible Values
ERRORWARNINFODEBUGTRACE