thinking-sphinx icon indicating copy to clipboard operation
thinking-sphinx copied to clipboard

Rails 7.1 LogSubscriber color() deprecation

Open rpheath opened this issue 8 months ago • 1 comments

In Rails 7.1 the color(...) method no longer accepts true as the third argument for "bold". Instead, you have to pass bold: true.

  • https://api.rubyonrails.org/classes/ActiveSupport/LogSubscriber.html#method-i-color

The LogSubscriber in thinking-sphinx has log output using the deprecated format, which results in a billion deprecation messages in application logs.

Is it possible to make an update to address this? Thanks!

rpheath avatar Jun 13 '24 17:06 rpheath