Request: smart rule notification in log

Is there a way to have a Smart Rules add to the log when it runs? It’d be handy to have a “permanent” notification for when a rule runs, especially when you are testing new/complex rules.

1 Like

You can use the log message command, like so…

log message "Log Smart Rule" info "triggered at: " & ((current date) as string) --

3 Likes