diff --git a/lib/kitchen/transport/sftp.rb b/lib/kitchen/transport/sftp.rb index 44b3803..0d137a5 100644 --- a/lib/kitchen/transport/sftp.rb +++ b/lib/kitchen/transport/sftp.rb @@ -100,7 +100,7 @@ def upload(locals, remote) time = Benchmark.realtime do sftp_upload!(local, full_remote, options) end - logger.info("[SFTP] Time taken to upload #{local} to #{self}:#{full_remote}: %.2f sec" % time) + logger.debug("[SFTP] Time taken to upload #{local} to #{full_remote}: %.2f sec" % time) end end