Debug Action Configuration
Last updated
Last updated
Copyright 2013-2024 60East Technologies, Inc.
AMPS provides modules for debugging your AMPS action configuration.
Module Name | Does |
---|---|
The amps-action-do-nothing
module requires no parameters.
The amps-action-do-echo-message
module requires the following parameter:
Parameter | Description |
---|---|
These modules do not add any variables to the AMPS context.
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.
Message
The message to echo. The default for this parameter is simply an empty string.