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
upgrading activerecord-session_store from 1.1 to 2.0.0 and replacing Logging::Logger.include ActiveRecord::SessionStore::Extension::LoggerSilencer with Logging::Logger.include ::LoggerSilence
rails version 5.2.7
I got error
<NameError> undefined local variable or method `local_level' for #<Logging::Logger:0x00005558307ec808>
Did you mean? local_variables
/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.7/lib/active_support/logger_silence.rb:18:in `silence'
/vendor/bundle/ruby/2.6.0/gems/activerecord-session_store-2.0.0/lib/action_dispatch/session/active_record_store.rb:119:in `get_session_model'
/vendor/bundle/ruby/2.6.0/gems/activerecord-session_store-2.0.0/lib/action_dispatch/session/active_record_store.rb:147:in `find_session'
/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:314:in `load_session'
The text was updated successfully, but these errors were encountered:
upgrading activerecord-session_store from 1.1 to 2.0.0 and replacing
Logging::Logger.include ActiveRecord::SessionStore::Extension::LoggerSilencer
withLogging::Logger.include ::LoggerSilence
rails version 5.2.7
I got error
The text was updated successfully, but these errors were encountered: