Class: OugaiRailsLogger

Inherits:
Ougai::Logger
  • Object
show all
Includes:
ActiveSupport::LoggerSilence, ActiveSupport::LoggerThreadSafeLevel
Defined in:
lib/getaround_utils/railties/ougai.rb

Overview

Instance Method Summary collapse

Constructor Details

#initialize(*args) ⇒ OugaiRailsLogger

Returns a new instance of OugaiRailsLogger.



18
19
20
21
# File 'lib/getaround_utils/railties/ougai.rb', line 18

def initialize(*args)
  super
  after_initialize if respond_to?(:after_initialize) && ActiveSupport::VERSION::MAJOR < 6
end