3 logging console, Default configuration, Command mode – Planet Technology WGSW-48040 User Manual
Page 315: User guidelines, Example, Syntax
![background image](/manuals/187496/315/background.png)
User’s Manual of WGSW-24020/WGSW-48040
-31
Default Configuration
As described in the field descriptions.
Command Mode
Global Configuration mode
User Guidelines
Multiple syslog servers can be used.
If no specific severity level is specified, the global values apply to each server.
To define a logging server on the out-of-band port, use the out-of-band IP address format —oob/ip-address.
Example
The following example configures messages with a "critical" severity level so that they are logged to a syslog server with an IP
address 10.1.1.1.
Console (config)# logging 10.1.1.1 severity critical
5.24.3 logging console
The logging console global configuration command limits messages logged to the console based on severity. To disable
logging to the console terminal, use the no form of this command.
Syntax
logging console level
no logging console
level — Limits the logging of messages displayed on the console to a specified level: emergencies, alerts, critical,
errors, warnings
, notifications, informational, debugging.
Default Configuration
The default is informational.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example limits messages logged to the console based on severity level "errors".
Console (config)# logging console errors