Specifications

12-91
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
delete logging
Use the save system bootconfig or save all bootconfig commands to save the updated logging table.
Examples The following example displays the logging table and then deletes the routing rule entry for messages at
level info from facility all:
[SN5428-2A]# show logging
Logging is enabled
Index Level Priority Facility Route
1 info 6 all console logfile
2 debug 7 HA logfile rslog
Syslog host is enabled, ip-address is 10.1.1.144
[SN5428-2A]# delete logging level info from all
The following example displays an indexed list of the routing rules in the logging table and then deletes
the third entry:
[SN5428-2A]# delete logging #?
Logging is enabled
Index Level Priority Facility Route
1 critical 2 all console logfile
2 debug 7 SNMP rslog
3 notice 5 HA all
4 warning 4 CDP rslog
Syslog host is enabled, ip-address is 10.1.1.144
[SN5428-2A]# delete logging #3
Related Commands Command Description
clear logging table Clear the SN 5428-2 Storage Router logging table of all entries, or to reset
the table to factory defaults.
logging #? Insert a routing rule entry into the storage router logging table.
logging level Add rule entries to route storage router event, debug and trace messages to
various destinations based on facility and notification level.
logging on Enable or temporarily disable logging of storage router event message.
show logging Display the routing rules in the logging table and the contents of the storage
router log file.