cc/td/doc/product/voice/csr/usergd
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Logging
Configuring Syslog
Viewing Logs

Logging


This appendix describes the following activities:

Configuring Syslog

This section provides an overview of the UNIX syslog. For more detail, refer to the online manual page for syslog.conf.

Syslog is a general location or mechanism for logging informational messages or error messages. The messages are categorized by level, and each level can be directed to a different location specified by files, consoles, and e-mail addresses. Each line in the syslog.conf file describes the type of message, the location and how that message should be handled.

Available message levels in syslog are as follows:

Messages can originate from the following locations or facilities:

Examples


Example A-1   Syslog sends all error messages from all locations to the console for everyone
*.err /dev/console

Example A-2   Syslog sends all error messages generated from the kernel to the /var/adm/kern_messages file
kern.err /var/adm/kern_messages

Example A-3   Syslog sends all error messages, notice messages and error message from the authorization system to /var/adm/some_messages file
*.err,*.notice,auth.err /var/adm/some_messages

Example A-4   Syslog sends error messages to console and /var/adm/messages file separately
*.err /dev/console
*.err /var/adm/messages

Note    Log messages can be captured in more than one location.


Example A-5   Syslog sends message to the adminuser email address on the system
*.emerg adminuser

Note    Instead of adminuser, an asterisk (*) may be used. This sends the message to all e-mail accounts.

Viewing Logs

To view logs generated by the CSR application, check your syslog configuration file. Error logs are located in /var/adm/messages. Each log contain the following information:

Sample logs


Note    This is logged at err level to note when the CSR was started, even if debug and informational logging is off.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Sun Jan 19 07:20:32 PST 2003
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.