summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2016-08-12 18:23:46 +0100
committerThom May <thom@chef.io>2016-08-12 18:23:46 +0100
commit80f4a57c1cad9f7869be56bdf8fbdcbd5fa4491a (patch)
tree832fbb6faf6bba56bb8868d71d4df6ef0ea68c98
parenta9658a8da7c45d098116cc0888bfda33fbfbd2a3 (diff)
downloadohai-80f4a57c1cad9f7869be56bdf8fbdcbd5fa4491a.tar.gz
Move log configuration down to Mixlib::Log
Signed-off-by: Thom May <thom@may.lt>
-rw-r--r--lib/ohai/log.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/ohai/log.rb b/lib/ohai/log.rb
index 284d4fb0..c63f7abe 100644
--- a/lib/ohai/log.rb
+++ b/lib/ohai/log.rb
@@ -25,13 +25,5 @@ module Ohai
init(STDERR)
level = :info
- def self.configured?
- @configured
- end
-
- def self.use_log_devices(other)
- @configured = true
- super
- end
end
end