fix infloop when skipping queries; add debug logging
[captive-validator.git] / lib / log4j.properties
diff --git a/lib/log4j.properties b/lib/log4j.properties
deleted file mode 100644 (file)
index ebcdfba..0000000
+++ /dev/null
@@ -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