view artifacts/doc/conf/log4j.properties @ 8452:b9a8463ac636

(issue1732) When duplication wsplgen artificats fix shapefile layers The shapefile layers are copied but still contained the old names and paths and the wms layer refered to layers from the old artifact. This was broken. Now the old artificat id is replaced by the new artifact id in the mapfiles. Duplication most wsplgen artifacts should now work.
author Andre Heinecke <andre.heinecke@intevation.de>
date Tue, 28 Oct 2014 18:52:35 +0100
parents e55119cbdc19
children e5349f886c93
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

http://dive4elements.wald.intevation.org