You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by br...@apache.org on 2008/03/30 01:02:21 UTC

svn commit: r642650 - /archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/resources/log4j.xml

Author: brett
Date: Sat Mar 29 17:02:17 2008
New Revision: 642650

URL: http://svn.apache.org/viewvc?rev=642650&view=rev
Log:
set the logs to be output only to the log file and not the console to eliminate duplication 
Merged from: r642087

Modified:
    archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/resources/log4j.xml

Modified: archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/resources/log4j.xml
URL: http://svn.apache.org/viewvc/archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/resources/log4j.xml?rev=642650&r1=642649&r2=642650&view=diff
==============================================================================
--- archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/resources/log4j.xml (original)
+++ archiva/branches/archiva-1.0.x/archiva-web/archiva-webapp/src/main/resources/log4j.xml Sat Mar 29 17:02:17 2008
@@ -113,7 +113,6 @@
 
   <root>
     <priority value ="info" />
-    <appender-ref ref="console" />
     <appender-ref ref="rolling" />
   </root>