Reference Guide
List logging levels for the CP and DP components:
svc_log_config get --components=CP,DP
Component: CP Level: INFO
Component: DP Level: INFO
Set logging levels (svc_log_config set)
Format
svc_log_config set [-h] [--component_level ComponentName:LevelName]
Optional arguments
Qualifier Description
-h, --help Show the help message and exit.
--component_level
Specify the components and the associated logging levels you want to set. Use a comma-separated
list to specify logging levels for more than one component. You can set the following logging levels :
● CRITICAL—Only log critical messages.
● ERROR—Log error messages (includes messages with a higher severity).
● WARN—Log warning messages (includes messages with a higher severity).
● INFO—Log informational messages (includes messages with a higher severity).
● DEBUG—Log debugging messages (includes messages with a higher severity).
● TRACE—Log trace-level messages (includes messages with a higher severity).
Example
Set INFO logging level for CP and DP components:
svc_log_config get --component_level=CP:INFO,DP:INFO
Component: CP Level: INFO
Component: DP Level: INFO
Reset logging levels (svc_log_config reset)
Format
svc_log_config reset [-h]
Optional arguments
Qualifier
Description
-h, --help Show the help message and exit.
Service Commands 39










