All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aging.broker-launcher.1.0.53.source-code.log4j.properties Maven / Gradle / Ivy

There is a newer version: 4.0.44
Show newest version
#
# Copyright (c) 2017, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
#
# WSO2 Inc. 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.
#
#

# Set root logger level to DEBUG and its only appender to A1.
log4j.rootLogger=INFO, BROKER_CONSOLE, BROKER_LOGFILE

log4j.logger.org.wso2.broker.amqp.codec.handlers.AmqpDecoder=INFO

# A1 is set to be a ConsoleAppender.
log4j.appender.BROKER_CONSOLE=org.apache.log4j.ConsoleAppender

# A1 uses PatternLayout.
log4j.appender.BROKER_CONSOLE.layout=org.apache.log4j.PatternLayout
log4j.appender.BROKER_CONSOLE.layout.ConversionPattern=[%d] %p {%C} - %x %m%n

log4j.appender.BROKER_LOGFILE=org.apache.log4j.DailyRollingFileAppender
log4j.appender.BROKER_LOGFILE.File=${message.broker.home}/logs/broker.log
log4j.appender.BROKER_LOGFILE.Append=true
log4j.appender.BROKER_LOGFILE.layout=org.apache.log4j.PatternLayout
log4j.appender.BROKER_LOGFILE.layout.ConversionPattern=[%d] %p {%C} - %x %m%n
log4j.appender.BROKER_LOGFILE.Threshold=DEBUG

log4j.logger.com.zaxxer.hikari=ERROR
#log4j.logger.org.wso2.broker.core.store.DbEventMatcher=DEBUG
#log4j.logger.org.wso2.broker.core.store.DbWriter=DEBUG




© 2015 - 2025 Weber Informatics LLC | Privacy Policy