Skip to content

Commit

Permalink
Porting to iron_core - logger in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
iced committed Apr 27, 2012
1 parent 1f04257 commit c46b905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def setup
@config = UberConfig.load
puts "config=" + @config.inspect
@client = IronMQ::Client.new(@config['iron'])
@client.logger.level = Logger::DEBUG
IronCore::Logger.logger.level = Logger::DEBUG
@client.queue_name = 'ironmq-ruby-tests'

end
Expand Down

0 comments on commit c46b905

Please sign in to comment.