diff --git a/releng.control/cc_config.xml b/releng.control/cc_config.xml
index 474eb2fd1cb51b4e7c75b77be9ffdc63430f9e46..8448c6b641a3426d8870d01c44c5da9847fff360 100644
--- a/releng.control/cc_config.xml
+++ b/releng.control/cc_config.xml
@@ -68,9 +68,8 @@
                 antscript="${env.RELENG_CONTROL}/ant.sh"
                 buildfile="${env.RELENG_CONTROL}/cc_copyArtifacts.xml"
                 target="copyArtifacts"
-                useQuiet="false"
-                useLogger="true"
-                savelogdir="${env.LOG_DIR}/${project.name}" >
+                useQuiet="true"
+                useLogger="false" >
                 <property
                     name="localArtifactsDirectory"
                     value="${env.PROJECT_ARTIFACTS}/${project.name}" />