fix infloop when skipping queries; add debug logging

This commit is contained in:
davidb
2010-06-11 13:34:12 -04:00
parent 3360e70e88
commit f17ea4256e
3 changed files with 20 additions and 25 deletions

View File

@@ -1,24 +0,0 @@
####################################################################
#
# L O G 4 j A P P E N D E R s
#
###################################################################
###################
# Write Output to Console (aka TTY)
#
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n
####################################################################
#
# R O O T D E B U G G I N G L E V E L
#
###################################################################
######################
# Set root logger level to an (Appender)
#
log4j.rootLogger=FATAL, console