action log
The action log command allows you to specify how the action logs will be kept. Ordinarily, all aspects of an action, including commands and parameters, are logged. The parameters, however, may contain information about establishing private keys or decrypting passwords. Should you wish to keep these actions private, use the action log command with a type of command. That will prevent the logging of potentially sensitive parameters.
Syntax
action log <type>
Where type is one of:
command
all
Example
action log all
Logs both commands and parameters of actions.
action log command
Logs only the command executed by the action, none of the parameters.
Version 8.2 and above