blob: 7f1721b6e8b71ada60a3d61c713d7971f52ca35d [file]
#
# 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.
#
dest = err
name = AccumuloTestLoggingProperties
appender.console.type = Console
appender.console.name = STDOUT
appender.console.target = SYSTEM_OUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{ISO8601} Thread[%T;%t] [%-8c{2}] %-5p: %m%n
logger.01.name = org.apache.accumulo.core.iterators.system.VisibilityFilter
logger.01.level = fatal
logger.02.name = org.apache.accumulo.core.iterators.user.TransformingIteratorTest$IllegalVisCompactionKeyTransformingIterator
logger.02.level = fatal
logger.03.name = org.apache.accumulo.core.iterators.user.TransformingIteratorTest$IllegalVisKeyTransformingIterator
logger.03.level = fatal
logger.05.name = org.apache.hadoop.mapred
logger.05.level = error
logger.06.name = org.apache.hadoop.mapreduce.lib.output.FileOutputCommitter
logger.06.level = error
logger.07.name = org.apache.hadoop.util.ProcessTree
logger.07.level = error
logger.08.name = org.apache.accumulo.core.util.format
logger.08.level = fatal
rootLogger.level = info
rootLogger.appenderRef.console.ref = STDOUT