C613-50102-01 REV C
Command Reference for x510 Series
325
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
L
OGGING
C
OMMANDS
LOG
BUFFERED
(
FILTER
)
Examples
To add a filter to send all messages generated by EPSR that have a severity of
notices
or higher to the buffered log, use the following commands:
awplus#
configure terminal
awplus(config)#
log buffered level notices program epsr
To add a filter to send all messages containing the text “Bridging initialization” to
the buffered log, use the following commands:
awplus#
configure terminal
awplus(config)#
log buffered msgtext Bridging initialization
To remove a filter that sends all messages generated by EPSR that have a severity
of
notices
or higher to the buffered log, use the following commands:
awplus#
configure terminal
awplus(config)#
no log buffered level notices program epsr
To remove a filter that sends all messages containing the text “Bridging
initialization” to the buffered log, use the following commands:
awplus#
configure terminal
awplus(config)#
no log buffered msgtext Bridging initialization
Related
Commands