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 logger require for Rails 6.x #2765

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

nickcharlton
Copy link
Member

We were getting:

uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger

On Rails 6.x builds, it seems like adding a require for logger fixes it.

https://stackoverflow.com/q/79360526

We were getting:

    uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger

On Rails 6.x builds, it seems like adding a require for `logger` fixes
it.

https://stackoverflow.com/q/79360526
@nickcharlton nickcharlton force-pushed the nc-fix-missing-logger-on-rails60 branch from ed7cfda to ba590b0 Compare January 29, 2025 11:52
@nickcharlton nickcharlton merged commit 26a6ab2 into main Jan 29, 2025
27 checks passed
@nickcharlton nickcharlton deleted the nc-fix-missing-logger-on-rails60 branch January 29, 2025 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants