lib/chef/application/windows_service.rb in chef-11.6.0.rc.1 vs lib/chef/application/windows_service.rb in chef-11.6.0.rc.2
- old
+ new
@@ -97,10 +97,9 @@
# Do not raise any of the errors here in order to
# prevent service crash
Chef::Log.error("#{e.class}: #{e}")
rescue Exception => e
Chef::Log.error("#{e.class}: #{e}")
- Chef::Application.debug_stacktrace(e)
end
end
end
Chef::Log.debug("Exiting service...")