view conflict-editor/src/test/resources/log4j.properties @ 34:4ccf7e7f03b0

replace the text field for the db url with a combo box that is populated from the preferences.
author dirk
date Fri, 07 Oct 2011 03:58:41 +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