logging console 403
Example
The following example limits logged messages sent to the syslog server
with IP address 10.1.1.1 to severity level critical.
logging console The logging console Global Configuration mode command limits
messages logged to the console based on severity. To disable logging to
the console, use the no form of this command.
Syntax
logging console level
no logging console
Parameters
level — Specifies the severity level of logged messages displayed on
the console. The possible values are: emergencies, alerts, critical,
errors, warnings, notifications, informational, debugging.
Default Configuration
The default severity level is informational.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example limits logging messages displayed on the console
to severity level errors.
logging buffered The logging buffered Global Configuration mode command limits
syslog messages displayed from an internal buffer based on severity. To
cancel using the buffer, use the no form of this command.
Console(config)# logging 10.1.1.1 severity
critical
Console(config)# logging console
errors