Log Location, Log Level; Filter Level; Refresh Rate - HP Data Protector A.06.11 Integration Manual

For service information portal
Hide thumbs Also See for Data Protector A.06.11:
Table of Contents

Advertisement

Log Location, Log Level

Log Level determines the level at which events will be logged (1–5).
Log Location specifies the name and location of your log file. You must specify an
existing directory.
Syntax:
<LogLoc logLevel = "x">qualified_path/log_file_name</LogLoc>
Example: The log level is 3, so events with a severity of 3, 2, or 1 will be logged.
The log file msgtxt is located in the directory d:/tmp/logging/:
<LogLoc logLevel = "3">d:/tmp/logging/msgtxt</LogLoc>

Filter Level

Determines which types of messages are delivered. Set each message type as true
(delivered) or false (not delivered).
Example: Messages tagged Major and Critical are delivered; those tagged Minor
and Warning are not:
<FilterLevel Warning = "false" Minor = "false" Major = "true"
Critical = "true"/>
NOTE:
Message filters in ConfigSpec.xml apply at system level. Any message levels
filtered out here will not be logged to your SIP or web server.

Refresh Rate

By default, Data Protector refreshes reports when SIP requests a report from the servlet
(which happens every time a user logs on). You can set the refresh rate so that reports
refresh automatically at specified intervals. In this case, reports are gathered at each
refresh interval and are archived on the system. This is a universal parameter, so
setting a value will cause all reports to refresh and expire at the specified rate.
To set the refresh rate, edit the line:
34
Customizing the integration

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents