summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Doherty <cdoherty@chef.io>2016-03-15 14:26:22 -0700
committerJordan Running <jr@getchef.com>2016-03-17 17:03:52 -0500
commitb5aad13f499dafb4a8bf98e91293f2812d1a039d (patch)
treeaa6a88da76c8438c1d3db2f7798e12222760213a
parent17ca25869fd9e0ce0a4ec013a5dc39549ecaa6f7 (diff)
downloadchef-b5aad13f499dafb4a8bf98e91293f2812d1a039d.tar.gz
Log platform along with client version and pid.
-rw-r--r--lib/chef/client.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/client.rb b/lib/chef/client.rb
index 8ca0fd5e89..48d7c447cc 100644
--- a/lib/chef/client.rb
+++ b/lib/chef/client.rb
@@ -256,6 +256,7 @@ class Chef
run_context = nil
events.run_start(Chef::VERSION)
Chef::Log.info("*** Chef #{Chef::VERSION} ***")
+ Chef::Log.info("Platform: #{RUBY_PLATFORM}")
Chef::Log.info "Chef-client pid: #{Process.pid}"
Chef::Log.debug("Chef-client request_id: #{request_id}")
enforce_path_sanity