summaryrefslogtreecommitdiff
path: root/lib/ohai/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ohai/config.rb')
-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