From 2c697bc6618b6b3d02aaf3f6ed70b3489ddc5231 Mon Sep 17 00:00:00 2001 From: Manuel Traut Date: Mon, 28 Dec 2009 11:44:19 +0100 Subject: auth-plugin: add log4j config file Signed-off-by: Manuel Traut --- log4j_auth_plugin.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 log4j_auth_plugin.conf (limited to 'log4j_auth_plugin.conf') 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 + -- cgit v1.2.3