annotate conf/log4j.properties @ 110:01cd6b736acd

* mapserver/mapfile/mxd.map: Added ows_enable_request-directive to allow OGC-services.
author Stephan Holl <stephan.holl@intevation.de>
date Tue, 14 Jun 2011 12:40:37 +0200
parents cbd67b1100d8
children 84f202b6aa65
rev   line source
25
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 #### Log just errors and warnings to a file.
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 log4j.rootLogger=ALL, BSH
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 log4j.appender.BSH=org.apache.log4j.RollingFileAppender
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 log4j.appender.BSH.File=./logs/mxd-converter.log
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 log4j.appender.BSH.MaxFileSize=5000KB
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
7 log4j.appender.BSH.MaxBackupIndex=1
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 log4j.appender.BSH.layout=org.apache.log4j.PatternLayout
cbd67b1100d8 Initial commit of the first prototype.
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 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)