requested by a particular user? - which are the requests made by the iPhone client in a particular vesion? - Do you even use http caching bro? - Who are the most active users? Which status codes do they get back? - For a given request how many unique users have done this requests?
- which are the requests made by the iPhone client in a particular vesion? - Do you even use http caching bro? - Who are the most active users? Which status codes do they get back? - For a given request how many unique users have done this requests? ✅ ✅ ✅ ✅ ✅
do config.lograge.enabled = true config.lograge.custom_options = lambda do |event| options = { mark: 'request' } MyRequestInfo.field_ids.each_with_object(options) do |field, data| data[field] = event.payload[field] end end config.lograge.formatter = lambda do |data| UsefulLogs::LogFormatter.key_value_pairs(data) end end