summaryrefslogtreecommitdiff
path: root/log4j_input_plugin.conf
diff options
context:
space:
mode:
authorguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-24 20:38:37 +0000
committerguest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129>2008-09-24 20:38:37 +0000
commitab841adc06acd2a6ff161ea866579674ce5ff99e (patch)
treeb65d8a9028848e4d777bc6fbe777b7adda4b4fbc /log4j_input_plugin.conf
parentf6825ebc115029fcf575033748e3372efb94c87d (diff)
added YalpServer InputPluginHandling (incomplete)
git-svn-id: http://manut.eu/svn/yalp/trunk@5 f059d3a0-6783-47b7-97ff-1fe0bbf25129
Diffstat (limited to 'log4j_input_plugin.conf')
-rw-r--r--log4j_input_plugin.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/log4j_input_plugin.conf b/log4j_input_plugin.conf
new file mode 100644
index 0000000..79c355b
--- /dev/null
+++ b/log4j_input_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
+