Debug Action Configuration
AMPS provides modules for debugging your AMPS action configuration.
Module Name | Does |
---|---|
| Takes no action. Does not modify the state of AMPS in any way. The module simply logs that it was called. |
| Echoes the specified message to the log. The message appears in the log as message 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:
Parameter | Description |
---|---|
| 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