Per discussion on https://github.com/epimorphics/regulated-products/issues/267, requests resulting in 404 responses generate too much log traffic. Some of this is down to the SapiClient logging its calls to the API. Arguably in Rails.env.production? we should default to not logging the API calls
Per discussion on https://github.com/epimorphics/regulated-products/issues/267, requests resulting in 404 responses generate too much log traffic. Some of this is down to the SapiClient logging its calls to the API. Arguably in
Rails.env.production?
we should default to not logging the API calls