view conf/log4j.properties @ 54:2cbf8bdf20b2

* doku/funktionsweise/Makefile, doku/funktionsweise/funktionsweise-MXD-konverter.svg: New. Added a schema how the converter works
author Stephan Holl <stephan.holl@intevation.de>
date Mon, 16 May 2011 16:20:13 +0200
parents cbd67b1100d8
children 84f202b6aa65
line wrap: on
line source
#### Log just errors and warnings to a file.
log4j.rootLogger=ALL, BSH

log4j.appender.BSH=org.apache.log4j.RollingFileAppender
log4j.appender.BSH.File=./logs/mxd-converter.log
log4j.appender.BSH.MaxFileSize=5000KB
log4j.appender.BSH.MaxBackupIndex=1
log4j.appender.BSH.layout=org.apache.log4j.PatternLayout
log4j.appender.BSH.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)