summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@vogone.traut>2009-12-29 18:40:12 +0100
committerManuel Traut <manut@vogone.traut>2009-12-29 18:40:12 +0100
commit662d4edc187427bbabb75bad3daa3a02007f783c (patch)
treed6b141d132c1cdec40d59aa2de18d9fcc59d55f4
parentfee6fe4d468c2e7fcc3403b9f3b8412b8d4e2dbd (diff)
added log4j config for auth plugin
Signed-off-by: Manuel Traut <manut@mecka.net>
-rw-r--r--log4j_auth_plugin.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/log4j_auth_plugin.conf b/log4j_auth_plugin.conf
new file mode 100644
index 0000000..79c355b
--- /dev/null
+++ b/log4j_auth_plugin.conf
@@ -0,0 +1,8 @@
+log4j.rootLogger=debug, stdout
+
+log4j.appender.stdout=org.apache.log4j.ConsoleAppender
+log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
+
+# Pattern to output the caller's file name and line number.
+log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n
+