lib/timber/integrations/rack/http_events.rb in timber-2.0.2 vs lib/timber/integrations/rack/http_events.rb in timber-2.0.3

- old
+ new

@@ -8,14 +8,12 @@ end def call(env) start = Time.now request = Util::Request.new(env) - body = Config.instance.capture_http_bodies? ? request.body_content : nil Config.instance.logger.info do Events::HTTPServerRequest.new( - body: body, headers: request.headers, host: request.host, method: request.request_method, path: request.path, port: request.port, \ No newline at end of file