We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In Rails 7.1 the color(...) method no longer accepts true as the third argument for "bold". Instead, you have to pass bold: true.
color(...)
true
bold: true
The LogSubscriber in thinking-sphinx has log output using the deprecated format, which results in a billion deprecation messages in application logs.
LogSubscriber
Is it possible to make an update to address this? Thanks!
The text was updated successfully, but these errors were encountered:
Oh! I see that PR #1252 addresses this. Any chance it will be merged/released?
Sorry, something went wrong.
Closing this as #1252 is merged (and hopefully will be released shortly!)
No branches or pull requests
In Rails 7.1 the
color(...)
method no longer acceptstrue
as the third argument for "bold". Instead, you have to passbold: true
.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!
The text was updated successfully, but these errors were encountered: