You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2010/09/10 16:50:50 UTC

svn commit: r995811 - /sling/trunk/installer/osgi/it/pom.xml

Author: cziegeler
Date: Fri Sep 10 14:50:49 2010
New Revision: 995811

URL: http://svn.apache.org/viewvc?rev=995811&view=rev
Log:
Set log level back to INFO

Modified:
    sling/trunk/installer/osgi/it/pom.xml

Modified: sling/trunk/installer/osgi/it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/installer/osgi/it/pom.xml?rev=995811&r1=995810&r2=995811&view=diff
==============================================================================
--- sling/trunk/installer/osgi/it/pom.xml (original)
+++ sling/trunk/installer/osgi/it/pom.xml Fri Sep 10 14:50:49 2010
@@ -34,7 +34,7 @@
     <description>Integration tests of the Sling OSGi installer bundle</description>
 
     <properties>
-        <pax.exam.log.level>DEBUG</pax.exam.log.level>
+        <pax.exam.log.level>INFO</pax.exam.log.level>
         <!-- This can be set to activate remote debugging of the Pax Exam tests -->
         <pax.exam.debug.port></pax.exam.debug.port>