I am using Rails.logger.error "some error" in my controller's action. I can see the resulting JSON-formatted log in development.log but it completely bypassed the custom_options code where I add in the params values.
Is this working as designed?
Rails 5.0.x
I am using
Rails.logger.error "some error"in my controller's action. I can see the resulting JSON-formatted log indevelopment.logbut it completely bypassed thecustom_optionscode where I add in theparamsvalues.Is this working as designed?
Rails 5.0.x