lib/semantic_logger/railtie.rb in semantic_logger-0.10.0 vs lib/semantic_logger/railtie.rb in semantic_logger-0.11.0

- old
+ new

@@ -63,11 +63,9 @@ # Replace the default Rails loggers ActiveSupport.on_load(:active_record) { self.logger = SemanticLogger::Logger.new('ActiveRecord') } ActiveSupport.on_load(:action_controller) { self.logger = SemanticLogger::Logger.new('ActionController') } ActiveSupport.on_load(:action_mailer) { self.logger = SemanticLogger::Logger.new('ActionMailer') } - - SemanticLogger::Logger.logger.info "SemanticLogger initialized" end end end