You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: