We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c5d64 commit 827b800Copy full SHA for 827b800
1 file changed
chef-server-api/lib/chef-server-api.rb
@@ -60,11 +60,12 @@ def self.init
60
def self.activate
61
Mixlib::Authentication::Log.logger = Nanite::Log.logger = Ohai::Log.logger = Chef::Log.logger
62
63
+ Chef::Nanite.in_event { Chef::Log.info("Nanite is ready") }
64
+
65
Thread.new do
66
until EM.reactor_running?
67
sleep 1
68
end
- Chef::Nanite.in_event { Chef::Log.info("Nanite is ready") }
69
70
unless Merb::Config.environment == "test"
71
# create the couch design docs for nodes, roles, and databags
0 commit comments