Skip to content

Commit

Permalink
Use ActiveJob::Base.logger instead ActiveJob::Logging.logger
Browse files Browse the repository at this point in the history
  • Loading branch information
seuros committed May 20, 2014
1 parent e26e1d5 commit dae0a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helper.rb
Expand Up @@ -8,4 +8,4 @@

require 'active_support/testing/autorun'

ActiveJob::Logging.logger.level = Logger::ERROR
ActiveJob::Base.logger.level = Logger::ERROR

0 comments on commit dae0a31

Please sign in to comment.