summaryrefslogtreecommitdiff
path: root/lib/chef/cookbook/gem_installer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/cookbook/gem_installer.rb')
-rw-r--r--lib/chef/cookbook/gem_installer.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chef/cookbook/gem_installer.rb b/lib/chef/cookbook/gem_installer.rb
index 0b64d3354f..deac48ff78 100644
--- a/lib/chef/cookbook/gem_installer.rb
+++ b/lib/chef/cookbook/gem_installer.rb
@@ -57,8 +57,8 @@ class Chef
tf.puts "gem(*#{([gem_name] + args).inspect})"
end
tf.close
- Chef::Log.debug("generated Gemfile contents:")
- Chef::Log.debug(IO.read(tf.path))
+ Chef::Log.trace("generated Gemfile contents:")
+ Chef::Log.trace(IO.read(tf.path))
so = shell_out!("bundle install", cwd: dir, env: { "PATH" => path_with_prepended_ruby_bin })
Chef::Log.info(so.stdout)
end