Module: Cangaroo::LoggerHelper
Instance Method Summary collapse
Instance Method Details
#job_tags(tags = {}) ⇒ Object
7 8 9 10 11 |
# File 'lib/cangaroo/logger_helper.rb', line 7 def ( = {}) .merge!(job: self.class.to_s, job_id: job_id, connection: self.class.connection.to_s) end |