blob: 50cb18a4c3596962aee9ba9b5cd2c1635d806a8f [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
#
# http://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.
#
no_descriptions: true
configs:
- name: bookkeeper.root.logger
default: ERROR,CONSOLE
- name: log4j.rootLogger
default: "${bookkeeper.root.logger}"
- name: log4j.appender.CONSOLE
default: org.apache.log4j.ConsoleAppender
- name: log4j.appender.CONSOLE.Threshold
default: DEBUG
- name: log4j.appender.CONSOLE.layout
default: org.apache.log4j.PatternLayout
- name: log4j.appender.CONSOLE.layout.ConversionPattern
default: "%d{ABSOLUTE} %-5p %m%n"
- name: log4j.logger.org.apache.zookeeper
default: ERROR
- name: log4j.logger.org.apache.bookkeeper
default: ERROR
- name: log4j.logger.org.apache.bookkeeper.bookie.BookieShell
default: INFO