Added sample properties.

This commit is contained in:
Erik C. Thauvin 2010-09-15 00:21:08 +00:00
parent 4d31ef0132
commit 733e570925
4 changed files with 99 additions and 102 deletions

1
properties/.cvsignore Normal file
View file

@ -0,0 +1 @@
mobibot.properties

View file

View file

@ -0,0 +1,18 @@
log4j.rootLogger=FATAL, stderr
# Standard Error Console Appender
log4j.appender.stderr=org.apache.log4j.ConsoleAppender
log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
#log4j.appender.stderr.layout.ConversionPattern=%d [%t] %-5p %c - %m%n
log4j.appender.stderr.layout.ConversionPattern=%d [%p] %c %x %m%n
log4j.appender.stderr.target=System.err
# Print only messages of priority FATAL or above in the package org.apache.commons.httpclient
log4j.logger.org.apache.commons.httpclient=FATAL
log4j.logger.httpclient.wire=FATAL
# Print only messages of priority FATAL or above in the package net.sf.jweather
log4j.category.net.sf.jweather=FATAL
# Print only messages of priority FATAL or above in the package net.thauvin.erik.mobibot
log4j.category.net.thauvin.erik.mobibot=FATAL