lib/rack/insight.rb in rack-insight-0.5.4 vs lib/rack/insight.rb in rack-insight-0.5.5
- old
+ new
@@ -1,9 +1,12 @@
require 'rack/insight/app'
module Rack
module Insight
class << self
+
+ include Logging
+
def enable
Thread.current["rack-insight.enabled"] = true
end
def disable