[Red5devs] [red5 commit] r3103 - java/server/trunk/conf

codesite-noreply at google.com codesite-noreply at google.com
Thu Sep 25 07:46:17 PDT 2008


Author: mondain
Date: Thu Sep 25 07:45:27 2008
New Revision: 3103

Modified:
    java/server/trunk/conf/logback.xml

Log:
Commented the logback plugin node out, should fix APPSERVER-294

Modified: java/server/trunk/conf/logback.xml
==============================================================================
--- java/server/trunk/conf/logback.xml	(original)
+++ java/server/trunk/conf/logback.xml	Thu Sep 25 07:45:27 2008
@@ -1,6 +1,8 @@
  <?xml version="1.0" encoding="UTF-8"?>
  <configuration>
+	<!-- Uncomment if you are using the logback plugin for eclipse
  	<consolePlugin/>
+	-->
  	<appender name="CONSOLE"
  		class="ch.qos.logback.core.ConsoleAppender">
  		<layout class="ch.qos.logback.classic.PatternLayout">



More information about the Red5devs mailing list