| 1 | #<!-- |
|---|
| 2 | #/* Copyright 2002-2004 The Apache Software Foundation |
|---|
| 3 | # * |
|---|
| 4 | # * Licensed under the Apache License, Version 2.0 (the "License"); |
|---|
| 5 | # * you may not use this file except in compliance with the License. |
|---|
| 6 | # * You may obtain a copy of the License at |
|---|
| 7 | # * |
|---|
| 8 | # * http://www.apache.org/licenses/LICENSE-2.0 |
|---|
| 9 | # * |
|---|
| 10 | # * Unless required by applicable law or agreed to in writing, software |
|---|
| 11 | # * distributed under the License is distributed on an "AS IS" BASIS, |
|---|
| 12 | # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
|---|
| 13 | # * See the License for the specific language governing permissions and |
|---|
| 14 | # * limitations under the License. |
|---|
| 15 | # */ |
|---|
| 16 | #--> |
|---|
| 17 | # OJB-logging.properties -- configuration of the logging within the OJB runtime environment |
|---|
| 18 | # Version: 1.0 |
|---|
| 19 | # (c) 2001, 2002, 2003 Apache Software Foundation |
|---|
| 20 | # Author: Thomas Mahler and many others |
|---|
| 21 | # @version $Id: OJB-logging.properties,v 1.1.2.2 2005/03/17 09:40:08 mkalen Exp $ |
|---|
| 22 | #---------------------------------------------------------------------------------------- |
|---|
| 23 | # The LoggerClass entry tells OJB which concrete Logger implementation is to be used. |
|---|
| 24 | # If it is not specified (or this file is not present/found, then OJB will check |
|---|
| 25 | # whether there is a log4j.properties or commons-logging.properties file, in which |
|---|
| 26 | # case it will use Log4J/commons-logging. If neither is present, then OJB will default |
|---|
| 27 | # to commons-logging. |
|---|
| 28 | # |
|---|
| 29 | # Commons-logging |
|---|
| 30 | #LoggerClass=org.apache.ojb.broker.util.logging.CommonsLoggerImpl |
|---|
| 31 | # log4j based logging |
|---|
| 32 | LoggerClass=org.apache.ojb.broker.util.logging.Log4jLoggerImpl |
|---|
| 33 | # OJB's own simple looging support |
|---|
| 34 | #LoggerClass=org.apache.ojb.broker.util.logging.PoorMansLoggerImpl |
|---|
| 35 | LoggerConfigFile=photovault_log4j.properties |
|---|
| 36 | # |
|---|
| 37 | # The LogLevel entries tells OJB which LogLevels are active |
|---|
| 38 | # for the different loggers used within OJB |
|---|
| 39 | # Loglevels: DEBUG < INFO < WARN < ERROR < FATAL |
|---|
| 40 | # That is loglevel WARN won't log DEBUG and INFO messages, |
|---|
| 41 | # but will log WARN, ERROR, and FATAL messages |
|---|
| 42 | # |
|---|
| 43 | # Global default log level used for all logging |
|---|
| 44 | # entities if not specified |
|---|
| 45 | #ROOT.LogLevel=ERROR |
|---|
| 46 | # |
|---|
| 47 | # The Default Logger instance used within OJB |
|---|
| 48 | #DEFAULT.LogLevel=WARN |
|---|
| 49 | # Logger for PersistenceBrokerImpl class |
|---|
| 50 | org.apache.ojb.broker.core.PersistenceBrokerImpl.LogLevel=WARN |
|---|
| 51 | # Logger for PersistenceBrokerFactory class PersistenceBrokerFactoryDefaultImpl |
|---|
| 52 | org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl.LogLevel=WARN |
|---|
| 53 | # Logger for RepositoryXmlHandler, useful for debugging parsing of repository.xml! |
|---|
| 54 | # persistence capable object metadata |
|---|
| 55 | org.apache.ojb.broker.metadata.RepositoryXmlHandler.LogLevel=WARN |
|---|
| 56 | # Logger for ConnectionDescriptorXmlHandler, useful for debugging parsing of repository.xml! |
|---|
| 57 | # connection specific metadata |
|---|
| 58 | org.apache.ojb.broker.metadata.ConnectionDescriptorXmlHandler.LogLevel=WARN |
|---|
| 59 | # Logger for JdbcAccess, useful for debugging JDBC related problems |
|---|
| 60 | org.apache.ojb.broker.accesslayer.JdbcAccessImpl.LogLevel=DEBUG |
|---|
| 61 | # Logger for RsIterator, useful for debugging problems with Object materialization |
|---|
| 62 | org.apache.ojb.broker.accesslayer.RsIterator.LogLevel=WARN |
|---|
| 63 | # Logger for StatementsForClass, useful for debugging JDBC Connection related problems |
|---|
| 64 | org.apache.ojb.broker.accesslayer.StatementsForClassImpl.LogLevel=WARN |
|---|
| 65 | # Logger for SqlGenerator, useful for debugging generation of SQL |
|---|
| 66 | org.apache.ojb.broker.accesslayer.sql.SqlGeneratorDefaultImpl.LogLevel=WARN |
|---|
| 67 | # Logger for RepositoryPersistor |
|---|
| 68 | org.apache.ojb.broker.metadata.RepositoryPersistor.LogLevel=WARN |
|---|
| 69 | # Logger for ConnectionFactory base class |
|---|
| 70 | org.apache.ojb.broker.accesslayer.ConnectionFactoryAbstractImpl.LogLevel=WARN |
|---|
| 71 | # Logger for ConnectionManager |
|---|
| 72 | org.apache.ojb.broker.accesslayer.ConnectionManagerImpl.LogLevel=WARN |
|---|
| 73 | # Logger for IndirectionHandler class |
|---|
| 74 | org.apache.ojb.broker.core.proxy.IndirectionHandler.LogLevel=WARN |
|---|
| 75 | # Logger for MaterializationCache |
|---|
| 76 | org.apache.ojb.broker.cache.MaterializationCache.LogLevel=WARN |
|---|
| 77 | # Logger for CacheDistributor |
|---|
| 78 | org.apache.ojb.broker.cache.CacheDistributor.LogLevel=WARN |
|---|
| 79 | # Logger for ObjectCacheDefaultImpl |
|---|
| 80 | org.apache.ojb.broker.cache.ObjectCacheDefaultImpl.LogLevel=WARN |
|---|
| 81 | # Logger for ObjectCacheTwoLevelImpl |
|---|
| 82 | org.apache.ojb.broker.cache.ObjectCacheTwoLevelImpl.LogLevel=WARN |
|---|
| 83 | # Logger for Oracle9i platform, useful for tracing failing Oracle-extensions or large LOB-support |
|---|
| 84 | org.apache.ojb.broker.platforms.PlatformOracle9iImpl.LogLevel=WARN |
|---|
| 85 | # |
|---|
| 86 | # Special Logger categories used in test suite and tutorials |
|---|
| 87 | # |
|---|
| 88 | # Logger for the ODMG Implementation |
|---|
| 89 | ODMG.LogLevel=DEBUG |
|---|
| 90 | # Logger for the JDO RI Implementation |
|---|
| 91 | JDO.LogLevel=DEBUG |
|---|
| 92 | # Logger for the performance tests |
|---|
| 93 | performance.LogLevel=INFO |
|---|
| 94 | # Logger for the soda api |
|---|
| 95 | soda.LogLevel=WARN |
|---|
| 96 | # Logger for the factory service |
|---|
| 97 | ConfigurableFactory.LogLevel=WARN |
|---|
| 98 | # |
|---|
| 99 | # |
|---|
| 100 | #---------------------------------------------------------------------------------------- |
|---|
| 101 | # End of OJB.properties file |
|---|
| 102 | #---------------------------------------------------------------------------------------- |
|---|