replace RAILS_DEFAULT_LOGGER of mylogger() to Rails.logger at app/models/mailer.rb
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7484 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
12813cd6ab
commit
52011f1582
|
@ -461,7 +461,7 @@ class Mailer < ActionMailer::Base
|
|||
end
|
||||
|
||||
def mylogger
|
||||
RAILS_DEFAULT_LOGGER
|
||||
Rails.logger
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue