jeaf.services.jeaf-dynamic-properties-importer.1.5.2.source-code.Log4J.properties Maven / Gradle / Ivy
# An example log4j configuration file that outputs to System.out. The
# output information consists of relative time, log level, thread
# name, logger name, nested diagnostic context and the message in that
# order.
# For the general syntax of property based configuration files see the
# documenation of org.apache.log4j.PropertyConfigurator.
log4j.rootLogger=ERROR, STDOUT
#log4j.logger.org.hibernate.type=TRACE
log4j.logger.UserManagement=INFO
# STDOUT is set to be a ConsoleAppender which outputs to System.out.
log4j.appender.STDOUT=org.apache.log4j.ConsoleAppender
# STDOUT uses PatternLayout.
log4j.appender.STDOUT.layout=org.apache.log4j.PatternLayout
# The conversion pattern uses format specifiers. You might want to
# change the pattern an watch the output format change.
log4j.appender.STDOUT.layout.ConversionPattern=%m\n
#log4j.appender.STDOUT.layout.ConversionPattern=%d [%-10t] %-5p %-40.40c %x - %m\n