Revision: 5599
Author:   [email protected]
Date:     Thu Sep 19 20:13:56 2013 UTC
Log:      turn off verbose jetty logging in tests
https://codereview.appspot.com/13546043

verbose jetty logging inflates test results about 4M per run, and
the verbosity is pretty boring and useless in normal testing.

(I had earlier turned it on to try to catch a specific rare flakiness,
but it wasn't helpful.)

R=ihab.awad


http://code.google.com/p/google-caja/source/detail?r=5599

Modified:
 /trunk/build.xml

=======================================
--- /trunk/build.xml    Tue Sep 10 23:47:04 2013 UTC
+++ /trunk/build.xml    Thu Sep 19 20:13:56 2013 UTC
@@ -265,7 +265,7 @@
   <property name="testonly.user.region" value="TR"/>

   <!-- turn on jetty verbose logging -->
-  <property name="testonly.DEBUG" value="true"/>
+  <!-- <property name="testonly.DEBUG" value="true"/> -->

   <propertyset id="test.propertyset">
     <!-- caja.test.* is obsolete, but we propagate them so the

--

--- You received this message because you are subscribed to the Google Groups "Google Caja Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to