Remove the -v from the antRunner, maybe reduce the log size
diff --git a/org.eclipse.e4.builder/scripts/masterBuild.sh b/org.eclipse.e4.builder/scripts/masterBuild.sh
index 2ef5671..bebeb5f 100755
--- a/org.eclipse.e4.builder/scripts/masterBuild.sh
+++ b/org.eclipse.e4.builder/scripts/masterBuild.sh
@@ -210,7 +210,7 @@
     echo "[start] [`date +%H\:%M\:%S`] Invoking Eclipse build with -enableassertions and -cp $cpAndMain ...";
     cmd="$javaHome/bin/java -enableassertions \
       -cp $cpAndMain \
-      -application org.eclipse.ant.core.antRunner -v \
+      -application org.eclipse.ant.core.antRunner  \
       -buildfile $buildfile \
       -Dbuilder=${builderDir}/builder/general \
       -Dbuilddate=$builddate \