lib/low/middleware/request_logger.rb in low-0.0.8 vs lib/low/middleware/request_logger.rb in low-0.0.9

- old
+ new

@@ -1,4 +1,6 @@ +require 'logger' + module Low module Middleware # `RequestLogger` set the env key "logger" to an instance of # `Low::ScopedLogger`, with various attributes set according to the state # of the request: