add error_file, count options; configure log4j so it stops whining; eclipse formattin...
[captive-validator.git] / lib / log4j.properties
diff --git a/lib/log4j.properties b/lib/log4j.properties
new file mode 100644 (file)
index 0000000..ebcdfba
--- /dev/null
@@ -0,0 +1,24 @@
+
+####################################################################
+#
+#            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