summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaire McQuin <claire@getchef.com>2015-07-28 09:54:04 -0700
committerClaire McQuin <claire@getchef.com>2015-07-28 09:54:04 -0700
commit98d4a28f3d8968edd81e878438404fbc009df0a3 (patch)
tree1aa7387271ea4cdcd46e97c30697db535a70f913
parent8817490aea71b714fa8c8f5ef620b01b71efa7e0 (diff)
downloadohai-98d4a28f3d8968edd81e878438404fbc009df0a3.tar.gz
Don't set config logger to ohai log.
-rw-r--r--lib/ohai/config.rb6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/ohai/config.rb b/lib/ohai/config.rb
index 1e8404c1..139912b5 100644
--- a/lib/ohai/config.rb
+++ b/lib/ohai/config.rb
@@ -17,12 +17,8 @@
# limitations under the License.
#
-require 'ohai/log'
-require 'chef-config/logger'
-
-ChefConfig::Logger = Ohai::Log
-
require 'chef-config/config'
+require 'ohai/log'
module Ohai
Config = ChefConfig::Config