diff options
Diffstat (limited to 'lib/chef/shell/shell_session.rb')
-rw-r--r-- | lib/chef/shell/shell_session.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/shell/shell_session.rb b/lib/chef/shell/shell_session.rb index ce2e457461..aec2152063 100644 --- a/lib/chef/shell/shell_session.rb +++ b/lib/chef/shell/shell_session.rb @@ -252,7 +252,7 @@ module Shell # DoppelGanger implementation of build_node. preserves as many of the node's # attributes, and does not save updates to the server def build_node - Chef::Log.debug("Building node object for #{@node_name}") + Chef::Log.trace("Building node object for #{@node_name}") @node = Chef::Node.find_or_create(node_name) ohai_data = @ohai.data.merge(@node.automatic_attrs) @node.consume_external_attrs(ohai_data, nil) |