diff options
| author | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-29 21:06:20 +0000 |
|---|---|---|
| committer | guest <guest@f059d3a0-6783-47b7-97ff-1fe0bbf25129> | 2008-09-29 21:06:20 +0000 |
| commit | 4030bb57d8a9c9f3f2e1ba44b6b17492d3c79eaa (patch) | |
| tree | 05b13c13cb3570f88c261475e9a8d0e5b7cbe902 /log4j_output_plugin.conf | |
| parent | 408445cc49f360b979266ea93cf3bcb25a50a8e4 (diff) | |
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
Diffstat (limited to 'log4j_output_plugin.conf')
| -rw-r--r-- | log4j_output_plugin.conf | 8 |
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 + |
