From d00f568a83a5159ed93618b1081bd17858536d1c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 21 Dec 2012 19:28:24 +0100 Subject: Make sure that ActiveSupport::Logger includes the Logger extensions from core_ext/logger --- activesupport/lib/active_support/logger.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'activesupport/lib/active_support/logger.rb') diff --git a/activesupport/lib/active_support/logger.rb b/activesupport/lib/active_support/logger.rb index 4a55bbb350..023e22e642 100644 --- a/activesupport/lib/active_support/logger.rb +++ b/activesupport/lib/active_support/logger.rb @@ -1,11 +1,9 @@ require 'active_support/core_ext/class/attribute_accessors' -require 'active_support/logger_silence' require 'logger' +require 'active_support/core_ext/logger' module ActiveSupport class Logger < ::Logger - include LoggerSilence - # Broadcasts logs to multiple loggers. def self.broadcast(logger) # :nodoc: Module.new do -- cgit v1.2.3