summaryrefslogtreecommitdiff
path: root/lib/chef/knife/core/bootstrap_context.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-21 08:50:47 -0800
committerdanielsdeleo <dan@opscode.com>2012-11-21 08:50:47 -0800
commit70e209c813705e5d45706a88a4e76f470708b452 (patch)
tree0a6465eb55d6161782ef0ba4bbaadeaa195ce672 /lib/chef/knife/core/bootstrap_context.rb
parent594e5f727f8e6e5fcaa77066401b5f01fe947c23 (diff)
downloadchef-70e209c813705e5d45706a88a4e76f470708b452.tar.gz
set default log level to :auto in bootstrap
Diffstat (limited to 'lib/chef/knife/core/bootstrap_context.rb')
-rw-r--r--lib/chef/knife/core/bootstrap_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/knife/core/bootstrap_context.rb b/lib/chef/knife/core/bootstrap_context.rb
index 71dc008d39..46ea8e683e 100644
--- a/lib/chef/knife/core/bootstrap_context.rb
+++ b/lib/chef/knife/core/bootstrap_context.rb
@@ -56,7 +56,7 @@ class Chef
def config_content
client_rb = <<-CONFIG
-log_level :info
+log_level :auto
log_location STDOUT
chef_server_url "#{@chef_config[:chef_server_url]}"
validation_client_name "#{@chef_config[:validation_client_name]}"