Brocade Fabric OS Command Reference Manual (53-1000240-01, November 2006)

2-146 Fabric OS Command Reference Manual
Publication Number: 53-1000240-01
errFilterSet
2
Note: Enter commands in lowercase only; mixed case is for readability.
errFilterSet
Sets a filter for an error log destination.
Synopsis errfilterset [-d "destination"][-v "severity"]
Description Use this command to set a filter for an error log destination. A filter is set based on the severity level of
the messages.
If no parameters are specified, this command displays the filters that are currently in use.
N
ote
The execution of this command is subject to Admin Domain restrictions that may be in place.
Operands This command has the following operands:
-d "destination" Specify the destination to set the filter . "console" is the only valid value at this
time.
-v "severity" Specify the minimum severity level of the message to pass through the filter. Valid
values are "INFO", "WARNING", "ERROR", or "CRITICAL".
Examples To display the current filter settings:
To set the filter severity level for the console:
See Also errDump, errShow
switch:admin> errfilterset
console: filter severity = WARNING
switch:admin> errfilterset -d "console" -v "WARNING"