blob: 15c1a8a64d6efdac3e08d4f140564ce4dc89ee92 [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.
#
status = info
dest = err
name = AccumuloTserverTestLoggingProperties
appender.console.type = Console
appender.console.name = STDOUT
appender.console.target = SYSTEM_OUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{ISO8601} [%c{2}] %-5p: %m%n
logger.01.name = org.apache.accumulo.core
logger.01.level = debug
logger.02.name = org.apache.accumulo.core.clientImpl.ServerClient
logger.02.level = error
logger.03.name = org.apache.accumulo.core.util.shell.Shell.audit
logger.03.level = off
logger.04.name = org.apache.accumulo.core.util.shell.Shell
logger.04.level = fatal
logger.06.name = org.apache.hadoop.io.compress.CodecPool
logger.06.level = warn
logger.07.name = org.apache.hadoop.mapred
logger.07.level = error
logger.08.name = org.apache.hadoop.tools.DistCp
logger.08.level = warn
logger.09.name = org.apache.hadoop.util.NativeCodeLoader
logger.09.level = error
logger.10.name = org.apache.hadoop.util.ProcessTree
logger.10.level = warn
logger.11.name = org.apache.zookeeper.ClientCnxn
logger.11.level = fatal
logger.12.name = org.apache.zookeeper.ZooKeeper
logger.12.level = warn
logger.13.name = org.apache.accumulo.core.file.rfile.bcfile
logger.13.level = info
logger.14.name = org.apache.accumulo.core.clientImpl.TabletServerBatchReaderIterator
logger.14.level = info
logger.15.name = org.apache.accumulo.core.clientImpl.ThriftScanner
logger.15.level = info
rootLogger.level = info
rootLogger.appenderRef.console.ref = STDOUT