X-Git-Url: https://blacka.com/cgi-bin/gitweb.cgi?p=captive-validator.git;a=blobdiff_plain;f=lib%2Flog4j.properties;fp=lib%2Flog4j.properties;h=ebcdfbad5a2d4dead0d6c0f0891966bb2028f216;hp=0000000000000000000000000000000000000000;hb=7a15f36b1737389ac7716ebe1cec1c9a1ae68491;hpb=fe4179ad3937ed7057e2939849f8020db61e16f9 diff --git a/lib/log4j.properties b/lib/log4j.properties new file mode 100644 index 0000000..ebcdfba --- /dev/null +++ b/lib/log4j.properties @@ -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