Cisco Cisco Customer Voice Portal 8.0(1) User Guide

Page of 157
Figure 20: Global Error Log Configuration
The Global Error Log Configuration diagram displays the format for the XML Global Error
Logger configuration file. The main tag for the configuration, 
configuration
, has two
attributes, 
name
 and 
version
Name
 is expected to contain the logger instance name. The
version
 is expected to include the version of the configuration, which is currently 1.0. The
subsequent sections describe the functionality of the various tags in the configuration.
Global Error Logger Configuration: Log Details
The 
<log_details>
 tag controls which errors to log and what information to include about
those errors. The possible child tags are:
<stacktraces> – This optional tag is used to indicate that any Java errors that occur should
also have their stack traces printed in the log. The absence of this tag indicates not to include
stack traces.
<on_hold_calls> – This optional tag is used to indicate that a call that was put on hold should
be logged. The 
application_name
 attribute can have the values true and falsetrue being
to include the name of the application the caller attempted to reach when being put on hold
and false to not include the application name.
<http_parameters> – This optional tag is used to indicate that an error caused by an
unrecognized URL (such as a request for an application that does not exist) should include
the HTTP parameters passed to the URL. This can be helpful to know since it could help
determine why the request was made. The 
length
 attribute provides a limit, in a number of
characters, to be included in the log. This prevents the log from being filled up with too much
parameter data.
Note: The parameter data appears on one line, no matter how long.
<http_headers> – This optional tag is used to indicate that an error caused by an unrecognized
URL (such as a request for an application that does not exist) should include the HTTP
User Guide for Cisco Unified CVP VXML Server and Cisco Unified Call Studio Release 8.0(1)
101
Chapter 5: VXML Server Logging
Global Loggers