Skip to content
New issue

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

Fix missing ActiveSupport::Logger.broadcast #62

Merged
merged 1 commit into from
Dec 12, 2023

Conversation

agrare
Copy link
Member

@agrare agrare commented Dec 12, 2023

ActiveSupport 7.1 both removed ActiveSupport::Logger.broadcast and introduced BroadcastLogger in the same release. In order to support both <7.1 and >=7.1 we'll need to special case based on the version of activesupport.

For now this limits active_support to <7.1 and support will be added in a future release

ActiveSupport 7.1 both removed `ActiveSupport::Logger.broadcast` and
introduced `BroadcastLogger` in the same release.  In order to support
both <7.1 and >=7.1 we'll need to special case based on the version of
activesupport.

For now this limits active_support to <7.1 and support will be added in
a future release
@agrare agrare added the bug Something isn't working label Dec 12, 2023
@Fryguy Fryguy merged commit d6848fb into ManageIQ:master Dec 12, 2023
4 checks passed
@agrare agrare deleted the fix_missing_as_logger_broadcast branch December 12, 2023 19:29
agrare added a commit that referenced this pull request Dec 13, 2023
Fixed
- Fix Journald::Formatter's arguments list [(#61)](#61)
- Fix missing ActiveSupport::Logger.broadcast [(#62)](#62)

Changed
- Update actions/checkout version to v4 [(#60)](#60)
- Update GitHub Actions versions [(#59)](#59)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants