view conflict-editor/src/test/resources/log4j.properties @ 31:56cf93ee85f4

Implement HttpAccess using Apache's HTTP components. This works much better in conjunction with UTF-8 encoded JSON
author dirk
date Tue, 20 Sep 2011 17:00:45 +0200
parents 6f11757c4811
children
line wrap: on
line source


# The usual stuff. Note that A1 is configured in root, not separately
log4j.rootCategory = DEBUG, A1
log4j.appender.A1 = org.apache.log4j.ConsoleAppender
log4j.appender.A1.layout = org.apache.log4j.PatternLayout
#log4j.appender.A1.layout.ConversionPattern = %d{MMM dd HH:mm:ss} [%t] %p %c - %m%n
log4j.appender.A1.layout.ConversionPattern = %c{1} - %m%n