psm log

This command displays or updates the log level of the command-line interface.

Syntax

psm log [-l|--level]

Parameters

All parameters are required unless otherwise noted.

Parameter Description
-l, --level (Optional) Sets the log level to debug, info, warning, error, or critical. The default level is info. If you omit this parameter, the current log level is displayed.

Example

$ psm log
Current log level is 'info'
$ psm log -l debug
Successfully updated the log level to 'debug'