Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 508 Bytes

log.md

File metadata and controls

15 lines (12 loc) · 508 Bytes

Log

Write a line to the log (as configured in the [log] section of the config file).

Options

name example optional default placeholders
level "Debug", "Info", "Warning", "Error" "Info"
template "Alarm '{{alarm_name}}' was triggered."

level

Level of the log messages generated by the action.

template

Log message template. This is the text that will go into the log with the placeholders replaced.