Command Reference Guide

258 Fabric OS Command Reference
53-1002746-01
errFilterSet
2
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.
When used without operands, this command displays the filters that are currently in configured.
NOTES The execution of this command is subject to Virtual Fabric or Admin Domain restrictions that may be in
place. Refer to Chapter 1, "Using Fabric OS Commands" and Appendix A, "Command Availability" for
details.
OPERANDS This command has the following operands:
-d destination
Specifies the destination for the filter. The string console is the only valid value at
this time.
-v severity
Specifies the minimum severity level of the message to pass through the filter.
Valid values are INFO, WARNING, ERROR, or CRITICAL. Input values are not
case-sensitive.
EXAMPLES To display the current filter settings:
switch:admin> errfilterset
console: filter severity = WARNING
To set the filter severity level for the console:
switch:admin> errfilterset -d console -v warning
SEE ALSO errDump, errShow