module Shog module Formatters # Provide common log formatting options for rails request logs such as # controller names views, and render times. module Requests module_function # @see Shog::Formatter#configure # @see Shog::Formatter#with def configure( formatter ) formatter.configure do # Highlight HTTP request methods match /Started\s+(?PUT|PATCH|GET|POST|DELETE)\s+(?"[^"]*")[^\d\.]+(?[\d\.]+)(?