##// END OF EJS Templates
replace RAILS_DEFAULT_LOGGER of mylogger() to Rails.logger at app/models/mailer.rb...
Toshi MARUYAMA -
r7364:52011f15824c
parent child
Show More
@@ -461,7 +461,7 class Mailer < ActionMailer::Base
461 461 end
462 462
463 463 def mylogger
464 RAILS_DEFAULT_LOGGER
464 Rails.logger
465 465 end
466 466 end
467 467
General Comments 0
You need to be logged in to leave comments. Login now