A script enabled browser is required for this page to function properly.
Skip to main content
StorageTek Tape Analytics Administration Reference Guide, Version 1.0.2
E28379-03
Table of Contents Previous Next Index


Database Services Administration : Logging Configuration Files

Logging Configuration Files

Logging for the STA Services daemon, the Backup Service, Backup Service Administration Utility, and STA Resource Monitor Utility is controlled by logging configuration files located at:

$STAHOME/common/conf/staservd.log.props
$STAHOME/common/conf/staservadm.log.props
$STAHOME/common/conf/staresmonadm.log.props

Where:

$STAHOME = /Oracle/StorageTek_Tape_Analytics

The logging file contents and format are initialized and controlled by the Java Log Manager configuration properties. These properties are read from the logging properties files noted above. The following information can be found at:

http://download.oracle.com/javase/1.4.2/docs/api/java/util/logging/FileHandler.html.

TABLE 3‑3 Logging File Contents 

Property

Description

StorageTek Tape Analytics Setting

java.util.logging.FileHandler.append

Specifies whether the FileHandler should append onto any existing files (defaults to false)

true

java.util.logging.FileHandler.count

Specifies how many output files to cycle through (defaults to 1).

10

java.util.logging.FileHandler.formatter

Specifies the name of a Formatter class to use (defaults to java.util.logging.XMLFormatter)

Java.util.logging.SimpleFormatter for human readability. The java.util.loggin.XMLFormatter is commented out and available

java.util.logging.FileHandler.level

Specifies the default level for the Handler (defaults to Level. ALL).

CONFIG

java.util.logging.FileHandler.limit

Specifies an approximate maximum amount to write (in bytes) to any one file. If this is zero, then there is no limit. (Defaults to no limit).

1000000 (1MB)

java.util.logging.FileHandler.pattern

Specifies a pattern for generating the output file name. See below for details. (Defaults to "%h/java%u.log").

/var/log/tbi/db/backups/staservd.log.%g

/var/log/tbi/db/backups/staservadm.log.%g

STA Services daemon properties

oracle.tbi.server.level
oracle.tbi.serveradm.level
oracle.tbi.resmonadm.level

Specifies the log level for the server, server admin functions, or the resource monitor admin functions.

CONFIG
CONFIG


Table of Contents Previous Next Index Link to documentation
Copyright © 2012 Oracle and/or its affiliates. All rights reserved.