This is an automated email from the ASF dual-hosted git repository.

jensdeppe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/develop by this push:
     new 64d0950  Remove file copy logging
     new 36c9c19  Merge pull request #154 from 
jdeppe-pivotal/feature/reduce-file-copy-logging
64d0950 is described below

commit 64d0950d90033c01e94fd972bfb49cc182469920
Author: Jens Deppe <jde...@vmware.com>
AuthorDate: Thu Aug 19 13:08:26 2021 -0700

    Remove file copy logging
    
    - This makes up almost ALL of the run output which doesn't seem to serve
      any useful purpose.
---
 .../org/apache/geode/perftest/infrastructure/ssh/SshInfrastructure.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/harness/src/main/java/org/apache/geode/perftest/infrastructure/ssh/SshInfrastructure.java
 
b/harness/src/main/java/org/apache/geode/perftest/infrastructure/ssh/SshInfrastructure.java
index 16765de..6411048 100644
--- 
a/harness/src/main/java/org/apache/geode/perftest/infrastructure/ssh/SshInfrastructure.java
+++ 
b/harness/src/main/java/org/apache/geode/perftest/infrastructure/ssh/SshInfrastructure.java
@@ -170,7 +170,6 @@ public class SshInfrastructure implements Infrastructure {
           }
 
           for (File file : files) {
-            logger.info("Copying " + file + " to " + address);
             client.newSCPFileTransfer().upload(new FileSystemFile(file), 
destDir);
           }
         } catch (IOException e) {

Reply via email to