view artifacts/doc/conf/log4j.properties @ 8730:cb33de3434a8

(issue1754) Proper subtitle handling for Radius This deduplicates the subtitle and zoom / radius calculation code by moving it out of the processors. Doing this fixes cases where the subtitle would be removed when a the according filtered facet was removed although it should still have shown the Range for example. Range is now also added as a subtitle for the difference diagrams. This adds some tasty hack (with cheese) to determine wether or not the user has set the subtitle. See the comment in getChartSubtitlePure in LongitudinalSectionGenerator2 for details.
author Andre Heinecke <andre.heinecke@intevation.de>
date Thu, 30 Apr 2015 13:06:51 +0200
parents e5349f886c93
children 28df64078f27
line wrap: on
line source
log4j.rootLogger=DEBUG, FLYS

########## EXTERNAL PACKAGES
log4j.category.org.hibernate=WARN
log4j.category.net.sf.ehcache=WARN
log4j.category.org.eclipse=WARN
log4j.category.org.restlet=INFO


########## APPENDER SETTINGS
log4j.appender.FLYS.layout=org.apache.log4j.PatternLayout
log4j.appender.FLYS.layout.ConversionPattern=%d{HH:mm:ss} [%t] %-5p %c{1} - %m%n


log4j.appender.FLYS=org.apache.log4j.RollingFileAppender
log4j.appender.FLYS.File=/var/log/d4e-river/d4e-server.log
log4j.appender.FLYS.MaxFileSize=5000KB
log4j.appender.FLYS.MaxBackupIndex=1

log4j.logger.org.dive4elements.artifactdatabase.rest.Standalone=INFO, START
log4j.appender.START=org.apache.log4j.ConsoleAppender
log4j.appender.START.Target = System.out
log4j.appender.START.layout = org.apache.log4j.PatternLayout
log4j.appender.START.layout.ConversionPattern=%d %m%n

http://dive4elements.wald.intevation.org