Skip to content

Commit

Permalink
Merge pull request #154 from jdeppe-pivotal/feature/reduce-file-copy-…
Browse files Browse the repository at this point in the history
…logging

Remove file copy logging
  • Loading branch information
jdeppe-pivotal committed Sep 1, 2021
2 parents 4bb07d4 + 64d0950 commit 36c9c19
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -170,7 +170,6 @@ public void copyToNodes(Iterable<File> files, Function<Node, String> destDirFunc
}

for (File file : files) {
logger.info("Copying " + file + " to " + address);
client.newSCPFileTransfer().upload(new FileSystemFile(file), destDir);
}
} catch (IOException e) {
Expand Down

0 comments on commit 36c9c19

Please sign in to comment.