Module: RQ::Logging::LoggerExt

Defined in:
lib/rq-3.0.0/logging.rb

Overview

a module that adds an accessor to Logging objects in ored to fix a bug where not all logging devices are put into sync mode, resulting in improper log rolling. this is a hack.

Instance Attribute Summary collapse

Instance Attribute Details

#logdevObject (readonly)

–{{{



22
23
24
# File 'lib/rq-3.0.0/logging.rb', line 22

def logdev
  @logdev
end