lib/alephant/publisher/queue/sqs_helper/queue.rb in alephant-publisher-queue-2.2.0 vs lib/alephant/publisher/queue/sqs_helper/queue.rb in alephant-publisher-queue-2.3.0
- old
+ new
@@ -7,10 +7,10 @@
module SQSHelper
class Queue
WAIT_TIME = 5
VISABILITY_TIMEOUT = 300
- include Logger
+ include Alephant::Logger
attr_reader :queue, :timeout, :wait_time, :archiver
def initialize(
queue,