Log
Emit log entries from a flow.
Log
Emit log entries from a flow.
yaml
type: io.kestra.plugin.core.log.LogExamples
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 SlackProperties
message *Requiredstringarray
level string
Default
INFOPossible Values
ERRORWARNINFODEBUGTRACE