| I think there's some confusion about terminology. The term "function" to me means a server-side function which is evaluated during catalog compilation. And there are builtin functions for each log level, e.g. notice, warning, err, etc, and there is also a fail function. The ticket is asking for the log message to appear in the agent log, which could either be a resource like notify or a client-side function (relying on Deferred). However, the fail function doesn't cause messages to appear in the agent's log, so I'm confused what's being requested. |