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

Update deprecated ActiveSupport::Deprecation.silence class method to instance method #221

Closed humzahkiani closed 2 months ago

humzahkiani commented 2 months ago

Issue # (if available)

Description of changes

The ActiveSupport::Deprecation.silence class method has been deprecated for an instance method, or ActiveSupport::Deprecation.new.silence. This PR is to reflect this update in the codebase.

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