diff options
author | Chris Doherty <cdoherty@chef.io> | 2016-03-15 14:26:22 -0700 |
---|---|---|
committer | Jordan Running <jr@getchef.com> | 2016-03-17 17:03:52 -0500 |
commit | b5aad13f499dafb4a8bf98e91293f2812d1a039d (patch) | |
tree | aa6a88da76c8438c1d3db2f7798e12222760213a | |
parent | 17ca25869fd9e0ce0a4ec013a5dc39549ecaa6f7 (diff) | |
download | chef-b5aad13f499dafb4a8bf98e91293f2812d1a039d.tar.gz |
Log platform along with client version and pid.
-rw-r--r-- | lib/chef/client.rb | 1 |
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 |