view src/main/webapp/WEB-INF/classes/log4j.properties @ 459:66414517e25e

Make tests based on the http action, not the object type. This is to... * ... ensure that parent objects exist while creating an object. - To create a Messung object a Probe object exist. * ... ensure all objects created while testing the services are deleted.
author Raimund Renkert <raimund.renkert@intevation.de>
date Mon, 16 Feb 2015 15:24:35 +0100
parents 5011173fd340
children 843eff9bff02
line wrap: on
line source
log4j.rootLogger=DEBUG, lada
log4j.logger.org.hibernate=ERROR
log4j.appender.lada=org.apache.log4j.RollingFileAppender
log4j.appender.lada.File=../log/lada-server.log
log4j.appender.lada.MaxFileSize=1MB
log4j.appender.lada.MaxBackupIndex=5
log4j.appender.lada.layout=org.apache.log4j.PatternLayout
log4j.appender.lada.layout.ConversionPattern=%d %p %l: %m%n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)