Advanced Logging

Build a custom log or metrics published internally

Parameters

Label (internal name) Type Default Description
Message (message) textarea Create custom message - If left empty, a summary of the input is used instead.
Level (level) select, possible values: DEBUG (debug),
INFO (info),
WARN (warn),
ERROR (error)
info
Key (zap_key) string
Application Log (internalLogger) boolean false Display message in general application log
Audit Log (auditLogger) boolean false Display message in audit log
Task Log (taskLogger) boolean false Display message in task summary
Metric Name (use underscores) (metric_name) string
Back to top