lib/pricehubble/configuration.rb in pricehubble-0.1.0 vs lib/pricehubble/configuration.rb in pricehubble-0.2.0
- old
+ new
@@ -20,7 +20,10 @@
config_accessor(:logger) do
next(Rails.logger) if defined? Rails
Logger.new($stdout)
end
+
+ # Enable request logging or not
+ config_accessor(:request_logging) { true }
end
end