view src/main/webapp/WEB-INF/classes/log4j.properties @ 1244:86ef81592f67

Implement negation of query filter closer to underlying API. Previously andNot() negated the whole filter and it's usage in IsUnique was actually a misunderstanding. Having not() as in javax.persistence.criteria.Predicate seems to be more intuitive for negating the whole filter and more flexible.
author Tom Gottfried <tom@intevation.de>
date Fri, 16 Dec 2016 12:06:34 +0100
parents d8dd8ee980a6
children
line wrap: on
line source
log4j.rootLogger=DEBUG, lada
log4j.logger.org.apache=WARN
log4j.logger.org.openid4java=WARN
log4j.logger.org.hibernate=ERROR
log4j.logger.org.geotools=WARN
log4j.appender.lada=org.apache.log4j.RollingFileAppender
log4j.appender.lada.File=/var/log/wildfly/lada-server.log
log4j.appender.lada.MaxFileSize=20MB
log4j.appender.lada.MaxBackupIndex=5
log4j.appender.lada.layout=org.apache.log4j.PatternLayout
log4j.appender.lada.layout.ConversionPattern=%d{HH:mm:ss,sss}: %-5p %c{1} - %m%n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)