Revert "Move the include of splunklogging into the appconfig check"
This reverts commit 25752e9f93.
This commit is contained in:
parent
25752e9f93
commit
f2e079f532
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue