PurposeCommand or Action
To apply the same severity level to all facilities, use the all
facility. For defaults, see the show logging level command.
If the default severity and current session severity of a
component is the same, then the logging level for the
component will not be displayed in the running
configuration.
Note
(Optional)
Disables module log messages.
switch(config)# no logging
module [severity-level]
Step 4
(Optional)
Resets the logging severity level for the specified facility to its
default level. If you do not specify a facility and severity level,
the switch resets all facilities to their default levels.
switch(config)# no logging
level [facility severity-level]
Step 5
(Optional)
Displays the module logging configuration.
switch# show logging module
Step 6
(Optional)
Displays the logging level configuration and the system default
level by facility. If you do not specify a facility, the switch
displays levels for all facilities.
switch# show logging level
[facility]
Step 7
(Optional)
Copies the running configuration to the startup configuration.
switch# copy running-config
startup-config
Step 8
The following example shows how to configure the severity level of module and specific facility messages:
switch# configure terminal
switch(config)# logging module 3
switch(config)# logging level aaa 2
Configuring Logging Timestamps
You can configure the time-stamp units of messages logged by the Cisco Nexus Series switch.
Procedure
PurposeCommand or Action
Enters global configuration mode.switch# configure terminal
Step 1
Sets the logging time-stamp units. By default,
the units are seconds.
switch(config)# logging timestamp
{microseconds | milliseconds | seconds}
Step 2
Cisco Nexus 3548 Switch NX-OS System Management Configuration Guide, Release 6.x
74
Configuring System Message Logging
Configuring Logging Timestamps