diff options
| author | Manuel Traut <manut@vogone.traut> | 2009-12-28 11:44:19 +0100 |
|---|---|---|
| committer | Manuel Traut <manut@vogone.traut> | 2009-12-28 11:44:19 +0100 |
| commit | 2c697bc6618b6b3d02aaf3f6ed70b3489ddc5231 (patch) | |
| tree | efe212773ffbdeb2f4004e2622c0380c61d1aa4f | |
| parent | c4895e79c9e5d8604c592f48a2ada9a3073ee3b1 (diff) | |
auth-plugin: add log4j config file
Signed-off-by: Manuel Traut <manut@mecka.net>
| -rw-r--r-- | log4j_auth_plugin.conf | 8 |
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 + |
