Enabling verbose command output
Verbose mode displays additional output for many commands.
By default, verbose mode is not enabled.
Execute either of the following commands to turn on verbose mode:
set verbose;
set debug verbose yes;
Execute the following command to turn off verbose mode:
set debug verbose no;
In verbose mode, commands that normally run as Success with
no results
display a success code and message. Commands may additionally
report progress as the command executes.