How do you replace LoggerSilence with ActiveSupport::LoggerSilence? How do you replace LoggerSilence with ActiveSupport::LoggerSilence? heroku heroku

How do you replace LoggerSilence with ActiveSupport::LoggerSilence?


For me, I tracked down the issue to a dependency of rails_12factorrails_stout_logging.

It's apparently not recommended to use rails_12factor for apps that are created with rails 5+ and I was running a Rails 6 app.

Simply removing rails12_factor solved the issue for me.