Debug Action Configuration
AMPS provides modules for debugging your AMPS action configuration.
amps-action-do-nothing
Takes no action.
Does not modify the state of AMPS in any way. The module simply logs that it was called.
amps-action-do-echo-message
Echoes the specified message to the log. The message appears in the log as message 29-0103
, at info
level.
The logging configuration must allow this message to be recorded for the output of this action to appear in the log.
The amps-action-do-nothing
module requires no parameters.
The amps-action-do-echo-message
module requires the following parameter:
Message
The message to echo. The default for this parameter is simply an empty string.
These modules do not add any variables to the AMPS context.
Last updated