Specifications

12-89
Cisco SN 5428-2 Storage Router Software Configuration Guide
78-15471-01
Chapter 12 Command Line Interface Reference
delete logging
delete logging
To delete a rule from the logging table, use the delete logging command.
delete logging level notification-level from facility-name
delete logging #?
delete logging #nn
Syntax Description
Defaults None.
Command Modes Administrator.
Command History
Usage Guidelines Event, trace and debug messages can be routed to various destinations, based on the notification level of
the message and the application area (facility) that generated the message. When a log message is
received by the storage router, the logging table rules are searched by facility name and by message level
until a match is found. The log message is sent to all the destinations specified by the matching rule.
Use this command to delete logging rules based on notification level and facility name, or by index
number.
To display an indexed lists of entries in the logging table, use the number sign (#) character followed by
a question mark (?). That action will cause the routing rules in the logging table to be displayed as a
numbered (indexed) set of lines. The command is displayed at the prompt below the list to the point of
the # keyword. Complete the command by entering the appropriate index number. The specified routing
rule will be deleted.
The level limits logging to messages of the specified level or lower levels, based on level number.
Table 12-4 describes the available logging levels.
level notification-level The notification level of the routing rules entry to be deleted. See Table 12-4
in the Usage Guidelines section for a list of valid names that can be used for
the notification-level argument.
from facility-name The name of the facility. A facility is the feature area from which the
message is received. See Table 12-5 in the Usage Guidelines section for a
list of valid facility names.
#? Request an indexed list of entries in the logging table.
#nn The index number from the displayed list of entries. The specified routing
rule will be deleted.
Release Modification
3.2.1 This command was introduced.