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
Since ruby/logger#85, overrides of Logger#initialize need to initialize a @level_override instance variable. Alternatively they should call super. Otherwise this gem is not compatible with logger 1.6.0.
Since ruby/logger#85, overrides of
Logger#initialize
need to initialize a@level_override
instance variable. Alternatively they should callsuper
. Otherwise this gem is not compatible withlogger
1.6.0.Similar issues: resque/resque#1856, steveklabnik/mono_logger#12
The text was updated successfully, but these errors were encountered: