blob: 42b0851f45260299665905528f38e88c89e50a42 [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 = AccumuloShellTestLoggingProperties
appender.console.type = Console
appender.console.name = STDOUT
appender.console.target = SYSTEM_OUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = [%t] %-5p %c %x - %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