Revert "Move the include of splunklogging into the appconfig check"

This reverts commit 25752e9f93.
This commit is contained in:
Raphael Sofaer 2011-08-16 15:04:51 -07:00
parent 25752e9f93
commit f2e079f532

View file

@ -1,5 +1,5 @@
if AppConfig[:enable_splunk_logging]
require File.expand_path('../../../lib/log_overrider', __FILE__)
Rails.logger.class.send(:include, SplunkLogging)
end
Rails.logger.class.send(:include, SplunkLogging)