lib/roqua/support/request_logger.rb in roqua-support-0.1.16 vs lib/roqua/support/request_logger.rb in roqua-support-0.1.17
- old
+ new
@@ -9,11 +9,11 @@
Thread.current[:roqua_request_log][key] = value
end
end
class RequestLogger < ActiveSupport::LogSubscriber
- include Roqua::Logging
+ include Roqua::Support::Instrumentation
def process_action(event)
payload = event.payload
extra_logged_information = Thread.current[:roqua_request_log] || {}
Thread.current[:roqua_request_log] = {}
@@ -103,6 +103,6 @@
runtimes
end
end
end
end
-end
\ No newline at end of file
+end