streamline build scripts
diff --git a/releng.control/commonVariations.shsource b/releng.control/commonVariations.shsource
index 948bf92..6923971 100644
--- a/releng.control/commonVariations.shsource
+++ b/releng.control/commonVariations.shsource
@@ -56,11 +56,11 @@
# controls quietness of logging to console
# false means more output to console, true uses ant's logger
-export USE_LOGGER=true
+export USE_LOGGER=false
#contols ANT's quietness level
# true logs error and warnings only
-export USE_QUIET=true
+export USE_QUIET=false
# controls ANT's debug level
# setting to true will result in TONS of ouput