You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by oc...@apache.org on 2008/03/28 05:52:13 UTC

svn commit: r642087 - /maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/log4j.xml

Author: oching
Date: Thu Mar 27 21:51:59 2008
New Revision: 642087

URL: http://svn.apache.org/viewvc?rev=642087&view=rev
Log:
[MRM-688]
-set the logs to be output only to the log file and not the console to eliminate duplication 

Modified:
    maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/log4j.xml

Modified: maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/log4j.xml
URL: http://svn.apache.org/viewvc/maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/log4j.xml?rev=642087&r1=642086&r2=642087&view=diff
==============================================================================
--- maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/log4j.xml (original)
+++ maven/archiva/trunk/archiva-web/archiva-webapp/src/main/resources/log4j.xml Thu Mar 27 21:51:59 2008
@@ -113,7 +113,6 @@
 
   <root>
     <priority value ="info" />
-    <appender-ref ref="console" />
     <appender-ref ref="rolling" />
   </root>