summaryrefslogtreecommitdiff
path: root/log4j_output_plugin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'log4j_output_plugin.conf')
-rw-r--r--log4j_output_plugin.conf8
1 files changed, 8 insertions, 0 deletions
diff --git a/log4j_output_plugin.conf b/log4j_output_plugin.conf
new file mode 100644
index 0000000..79c355b
--- /dev/null
+++ b/log4j_output_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
+