summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Traut <manut@vogone.traut>2009-12-28 11:44:19 +0100
committerManuel Traut <manut@vogone.traut>2009-12-28 11:44:19 +0100
commit2c697bc6618b6b3d02aaf3f6ed70b3489ddc5231 (patch)
treeefe212773ffbdeb2f4004e2622c0380c61d1aa4f
parentc4895e79c9e5d8604c592f48a2ada9a3073ee3b1 (diff)
auth-plugin: add log4j config file
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
+