Mercurial > dive4elements > river
view flys-client/src/main/webapp/WEB-INF/log4j.properties @ 4284:7a94d5e7fc3d
Write the "hidden" attribute of a style into the collection's attribute when using the theme editor.
Otherwise, the next time using the theme editor, the hidden attributes that should not be changed
by the user are visible.
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Mon, 29 Oct 2012 07:18:42 +0100 |
parents | d0eb2202ffbe |
children |
line wrap: on
line source
log4j.rootLogger=DEBUG, FLYS ########## INTERNAL PACKAGES log4j.category.de.intevation.flys.client.server=DEBUG ########## EXTERNAL PACKAGES log4j.category.org.apache.http=ERROR log4j.category.de.intevation.artifacts.httpclient=WARN ########## APPENDER SETTINGS log4j.appender.FLYS.layout=org.apache.log4j.PatternLayout log4j.appender.FLYS.layout.ConversionPattern=%d [%t] %-5p %c - %m%n log4j.appender.FLYS=org.apache.log4j.RollingFileAppender log4j.appender.FLYS.File=/tmp/flys-client.log log4j.appender.FLYS.MaxFileSize=5000KB log4j.appender.FLYS.MaxBackupIndex=3