show logging level

To display the facility logging severity level configuration, use the show logging level command.

show logging level [ facility ]

Syntax Description

facility
(Optional) Logging facility. The facilities are listed in System Message Logging Facilities.

Command Default

None

Command Modes

EXEC mode

Command History

Release
Modification
4.0(0)N1(1a)
This command was introduced.
5.0(3)N1(1)
Support for multicast and unicast routing features was added.
5.0(3)N2(1)
Support for Flex Links and Fibre Channel over Ethernet (FCoE) N-Port Virtualizer (NPV) was added.

Examples

This example shows how to display the EtherChannel logging severity level configuration:

switch# show logging level port-channel
 

This example shows how to display the Flex Links logging severity level configuration:

switch# show logging level flexlink
Facility Default Severity Current Session Severity
-------- ---------------- ------------------------
Flexlink 2 5
 
0(emergencies) 1(alerts) 2(critical)
3(errors) 4(warnings) 5(notifications)
6(information) 7(debugging)
 
switch#
 

This example shows how to display the FCoE NPV logging severity level configuration:

switch# show logging level fcoe_mgr
Facility Default Severity Current Session Severity
-------- ---------------- ------------------------
fcoe_mgr 2 3
 
0(emergencies) 1(alerts) 2(critical)
3(errors) 4(warnings) 5(notifications)
6(information) 7(debugging)
 
switch#
 

Related Commands

Command
Description
logging level
Configures the facility logging level.