module Que

overwriting the get logger method of Que, to always return Desmond's configured logger. Que tends to overwrite the logger in background situations, which we'll ignore by this.

Public Class Methods

logger() click to toggle source
# File lib/desmond.rb, line 181
def logger
  DesmondConfig.logger
end