view src/test/resources/log4j.properties @ 544:04e254571b8a openid

First non-functional implementation of openid verification Uses the openid4j package to extract openid information provided by the client as a HTTP Header. Currently the statelessness of the services prevents the exchange of discovery information between client and server. It is only useful for evaluation and testing.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 25 Feb 2015 16:03:35 +0100
parents f6b206b2bdac
children 4d4bbacb04e3
line wrap: on
line source
log4j.rootLogger=INFO, lada
log4j.logger.org.apache.http=INFO
log4j.logger.org.xnio=WARN
log4j.logger.org.hibernate=INFO
log4j.appender.lada=org.apache.log4j.RollingFileAppender
log4j.appender.lada.File=../log/lada-server-test.log
log4j.appender.lada.MaxFileSize=5MB
log4j.appender.lada.MaxBackupIndex=5
log4j.appender.lada.layout=org.apache.log4j.PatternLayout
log4j.appender.lada.layout.ConversionPattern=%d: %m%n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)