summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-08-02 22:36:01 -0700
committerAdam Jacob <adam@opscode.com>2009-08-20 13:31:58 -0700
commite0ff0ed1a1217bd0238c8a0b5d73433c2281f2c9 (patch)
tree53e0aa89d283103ac5318408c8aab3d1f2d04aea /features
parent89779a4d487ac7dd313e16eb68732835bd13d4e4 (diff)
downloadchef-e0ff0ed1a1217bd0238c8a0b5d73433c2281f2c9.tar.gz
Removing authentication, restoring the orgiinal cookbook loader
Diffstat (limited to 'features')
-rw-r--r--features/support/env.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/support/env.rb b/features/support/env.rb
index ca60753df2..702c7fd47c 100644
--- a/features/support/env.rb
+++ b/features/support/env.rb
@@ -50,7 +50,7 @@ def setup_logging
Chef::Log.level(ENV['LOG_LEVEL'].to_sym)
Merb.logger.set_log(STDOUT, ENV['LOG_LEVEL'].to_sym)
end
- Nanite::Log.logger = Mixlib::Auth::Log.logger = Ohai::Log.logger = Chef::Log.logger
+ Nanite::Log.logger = Ohai::Log.logger = Chef::Log.logger
end
def setup_nanite