reidmorrison / rails_semantic_logger

Rails Semantic Logger replaces the Rails default logger with Semantic Logger
https://logger.rocketjob.io/rails
Apache License 2.0
320 stars 114 forks source link

Fix: `log_arguments` of Mailer does not work properly #196

Closed nhosoya closed 10 months ago

nhosoya commented 10 months ago

Issue # (if available)

Even if self.log_arguments: false is set in Mailer, args is output as payload.

Description of changes

Fixed typos in formatted_args, which caused always outputting args to logs.


By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.