Specifications

3-538
Cisco Wide Area Application Services Command Reference
OL-21611-01
Chapter 3 CLI Commands
(config) logging console
(config) logging console
To set system logging to console, use the logging console global configuration command. To disable
logging functions, use the no form of this command.
logging console {enable | priority loglevel}
no logging console {enable | priority loglevel}
Syntax Description
Defaults Logging: on
Priority of message for console: warning (4)
Log file: /local1/syslog.txt
Command Modes global configuration
Device Modes application-accelerator
central-manager
Usage Guidelines Use the logging command to set specific parameters of the system log file.
You can configure logging to send various levels of messages to the console using the logging console
priority option.
Examples The following example shows how to send messages that have a priority code of “error” (Level 3) to the
console:
WAE(config)# logging console priority error
console Sets system logging to a console.
enable Enables system logging.
priority loglevel Sets which priority level messages to send. Use one of the following
keywords or you can specify the numeric priority:
alertImmediate action needed. Priority 1.
criticalImmediate action needed. Priority 2.
debug—Debugging messages. Priority 7.
emergencySystem is unusable. Priority 0.
error—Error conditions. Priority 3.
informationInformational messages. Priority 6.
notice—Normal but significant conditions. Priority 5.
warningWarning conditions. Priority 4.