Specifications

3-478
Cisco Wide Area Application Services Command Reference
OL-16451-01
Chapter 3 CLI Commands
(config) logging disk
(config) logging disk
To system logging to a disk file, use the logging disk global configuration command. To disable logging
functions, use the no form of this command.
logging disk {enable | filename filename | priority loglevel | recycle size}
no logging disk {enable | filename filename | priority loglevel | recycle size}
Syntax Description
Defaults Logging: on
Priority of message for disk log file: debug
Log file: /local1/syslog.txt
Log file recycle size: 10,000,000 bytes
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.
disk Sets system logging to a disk file.
enable Enables system logging.
filename filename Sets the name of the syslog file.
priority loglevel Sets which priority level messages to send. Use one of the following
keywords:
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.
recycle size Overwrites syslog.txt when it surpasses the recycle size
(1000000–50000000 bytes).