logging monitor
Use this command to set the severity level that a message must reach before a monitor message is logged. The severity levels are from 0 to 7 as shown in Table 38. Syslog severities.
Use the command logging monitor disable to disable the logging monitor messages.
Use the no
form of this command to remove logging monitor config and return to the default severity level.
Setting the level above 5 might affect performance and is not recommended in a production network.
Command Syntax
logging monitor (<0-7>|)
logging monitor disable
no logging monitor
Parameters
<0-7>
Maximum logging level for monitor messages as shown in Table 38. Syslog severities.
disable
Disables logging monitor
Default
If not specified, the default logging level is 7 (debug-details).
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3 and the command logging monitor disable
was introduced in the OcNOS version 5.1.
Example
#configure terminal
(config)#logging monitor 6
(config)#commit
(config)#logging monitor disable
(config)#commit