blob: 0ccdb7f9667eea1bd1f11c30edd84794ded4c972 [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.
#
# Set root logger level to WARN to not flood build logs
# set manually to DEBUG or INFO for debugging purposes
log4j.rootLogger=warn, root
# Redirect root appender to standard error
log4j.appender.root=org.apache.log4j.ConsoleAppender
log4j.appender.root.target=System.err
log4j.appender.root.layout=org.apache.log4j.PatternLayout
log4j.appender.root.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{2} %M - %m%n
log4j.appender.apex=org.apache.log4j.ConsoleAppender
log4j.appender.apex.layout=org.apache.log4j.PatternLayout
log4j.appender.apex.layout.ConversionPattern=%d{ISO8601} [%t] %-5p %c{2} %M - %m%n
log4j.logger.com.datatorrent=info, apex
log4j.additivity.com.datatorrent=false
log4j.logger.org.apache.apex=info, apex
log4j.additivity.org.apache.apex=false
# suppress Journal warnings in unit test
log4j.logger.com.datatorrent.stram.Journal=error