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

e.ibis-adapterframework-core.7.9.5.source-code.log4j2.properties Maven / Gradle / Ivy

The newest version!
# This file configures log4j for Spring and other libraries used by the IAF.
# Log4j for IAF itself is configured with log4j4ibis.properties and log4j4ibis.xml,
# see IbisLoggerConfigurationFactory.java. Libraries like Spring need log4j2.properties on the
# classpath to enable logging. A log4j2.properties may also be present on
# application server classpath and override this one.
# On WebSphere, where classloader setting PARENTLAST is used, the 
# log4j configuration can be overridden using a xml configuration.
# 
# This file will be initialised using the Log4j2 PropertiesConfiguration.
# Together with the log4j4ibis.xml (IbisLoggerConfigurationFactory) they will be merged
# into a composite configuration. log4j4ibis.xml properties will override log4j2.properties

name=Ibis

rootLogger.level=WARN
#rootLogger.appenderRefs=stdout
#rootLogger.appenderRef.stdout.ref=STDOUT

appenders=stdout

appender.stdout.type=Console
appender.stdout.name=STDOUT
appender.stdout.layout.type=PatternLayout
appender.stdout.layout.pattern=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%t]%x%X{btm-gtrid} %c %m%n
# See http://docs.codehaus.org/display/BTM/DebugLogging for %X{btm-gtrid}

loggers=apache,commons,spring,CglibAopProxy

logger.apache.name=org.apache
logger.apache.level=INFO

logger.commons.name=org.apache.commons
logger.commons.level=WARN
logger.commons.appenderRef.stdout.ref=STDOUT
#logger.org.apache.commons.httpclient=${log.level.httpclient},stdout

logger.spring.name=org.springframework
logger.spring.level=WARN
logger.spring.additivity=false

# Httpclient logging
#logger.httpclient.wire=DEBUG, httpclient
#additivity.httpclient.wire=false
#logger.org.apache.commons.httpclient=INFO, httpclient
#additivity.org.apache.commons.httpclient=false
#appender.httpclient=org.apache.RollingFileAppender
#appender.httpclient.MaxFileSize=5MB
#appender.httpclient.MaxBackupIndex=2
#appender.httpclient.layout=org.apache.EnhancedPatternLayout
#appender.httpclient.layout.ConversionPattern=%d{yyyy-MM-dd HH:mm:ss,SSS} %-5p [%t] %c{2} - %m%n
#appender.httpclient.File=${log.dir}/ija_api-httpclient.log

# Suppress CglibAopProxy Unable to proxy method [...SimpleAsyncTaskExecutor...] because it is final
logger.CglibAopProxy.name=org.springframework.aop.framework.CglibAopProxy
logger.CglibAopProxy.level=ERROR




© 2015 - 2024 Weber Informatics LLC | Privacy Policy