From 4030bb57d8a9c9f3f2e1ba44b6b17492d3c79eaa Mon Sep 17 00:00:00 2001 From: guest Date: Mon, 29 Sep 2008 21:06:20 +0000 Subject: vlcstreamer creates streams now :-), but they're not played back, by the client due to suspicious "cannot fill perfill buffer" error msg git-svn-id: http://manut.eu/svn/yalp/trunk@8 f059d3a0-6783-47b7-97ff-1fe0bbf25129 --- log4j_output_plugin.conf | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 log4j_output_plugin.conf (limited to 'log4j_output_plugin.conf') 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 + -- cgit v1.2.3