view conflict-editor/src/test/resources/log4j.properties @ 36:8262e3a8ed6f

do not use the selection index in conflict list from the event, get it from the list instead. If the selection is cleared in the list, the event will report a wrong index.
author dirk
date Fri, 07 Oct 2011 05:55:30 +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