blob: fcd0f451a5f5bbf0dac3cd46f7ac04f0221a960b [file] [log] [blame]
#
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
#
name = AccumuloTestingDefaultLoggingProperties
status = info
dest = err
monitorInterval = 30
appenders = console
appender.console.type = Console
appender.console.name = STDERR
appender.console.target = SYSTEM_ERR
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{ISO8601} [%c{3}] %-5p: %m%n
loggers = accumulotesting, accumulo, hadooptest, hadoopmapred, hadooputil, zookeepertest, curatortest
logger.accumulotesting.name = org.apache.accumulo.testing
logger.accumulotesting.level = DEBUG
logger.accumulo.name = org.apache.accumulo
logger.accumulo.level = WARN
logger.hadooptest.name = org.apache.hadoop
logger.hadooptest.level = WARN
logger.hadoopmapred.name = org.apache.hadoop.mapreduce
logger.hadoopmapred.level = ERROR
logger.hadooputil.name = org.apache.hadoop.util
logger.hadooputil.level = ERROR
logger.zookeepertest.name = org.apache.zookeeper
logger.zookeepertest.level = ERROR
logger.curatortest.name = org.apache.curator.test
logger.curatortest.level = ERROR
rootLogger.level = info
rootLogger.appenderRefs = stderr
rootLogger.appenderRef.stderr.ref = STDERR