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

[SOLVED] ActiveSupport::LoggerThreadSafeLevel::Logger Error On 5.1 Image #367

Closed
ctassell opened this issue Jan 27, 2025 · 1 comment
Closed

Comments

@ctassell
Copy link

In case anyone else runs into this issue, when using the latest 5.1 image I started getting the error:
NameError: uninitialized constant ActiveSupport::LoggerThreadSafeLevel::Logger (NameError)
in a reboot loop. The fix is to add the line "require 'logger'" to the end of config/boot.rb

The upstream issue is at https://www.redmine.org/issues/42113

@yosifkit
Copy link
Member

Yeah, we were getting 5.0 and 5.1 test failures in #365, so we backported the fixes for 5.x in that PR. The newest images should have it applied.

@tianon tianon closed this as completed Jan 28, 2025
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

No branches or pull requests

3 participants