Specifications
258 ExtremeWare XOS 10.1 Command Reference Guide
Commands for Status Monitoring and Statistics
configure log target severity
configure log target [console | memory-buffer | nvram | session | syslog
[<all | ipaddress> [local0 ... local7]]] {severity <severity> {only}}
Description
Sets the severity level of messages sent to the target.
Syntax Description
Default
By default, targets are sent messages of the following severity level and above:
• console display—info
• memory buffer—debug-data
• NVRAM—warning
• session—info
• syslog—debug-data
Usage Guidelines
This command configures the specified target with a severity level. The filter associated with the target
is not affected. A message is sent to a target if the target has been enabled, the message passes the
associated filter, the message is at least as severe as the configured severity level, and the message
output matches the regular expression specified.
See the command show log on page 283 for a detailed description of severity levels.
To see the current configuration of a target, use the following command:
show log configuration target {console | memory-buffer | nvram | session | syslog
<ipaddress> [local0 ... local7]}
To see the current configuration of a filter, use the following command:
show log configuration filter {<filter name>}
console Specifies the console display.
memory-buffer Specifies the switch memory buffer.
nvram Specifies the switch NVRAM.
session Specifies the current session (including console display).
syslog Specifies a syslog target.
all Specifies all of the remote syslog servers.
ipaddress Specifies the syslog IP address.
local0 ... local7 Specifies the local syslog facility.
severity Specifies the least severe level to send (if the keyword only is omitted).
only Specifies that only the specified severity level is to be sent.