A tiny code review. Reviewers: ihab.awad,

Description:
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.)

Please review this at https://codereview.appspot.com/13546043/

Affected files +1, -1:
  M     build.xml


Index: build.xml
===================================================================
--- build.xml   (revision 5591)
+++ build.xml   (working copy)
@@ -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