
Kathra.Java.interface.log4j.properties Maven / Gradle / Ivy
#
# This file is part of project KATHRA. It's copyrighted by the contributors
# recorded in the version control history of the file, available from
# its original location http://git.example.com/X/filename.c
#
# SPDX-License-Identifier: LGPL-3.0-or-later
# License-Filename: LICENSE
#
#
#
# The logging properties used
#
log4j.rootLogger=INFO, stdout
# uncomment the next line to debug Camel
#log4j.logger.org.apache.camel=DEBUG
# CONSOLE appender not used by default
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d [%-15.15t] %-5p %-30.30c{1} - %m%n
© 2015 - 2025 Weber Informatics LLC | Privacy Policy