Module: RQ::Logging::LoggerExt
- Defined in:
- lib/rq/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
-
#logdev ⇒ Object
readonly
–{{{.
Instance Attribute Details
#logdev ⇒ Object (readonly)
–{{{
22 23 24 |
# File 'lib/rq/logging.rb', line 22 def logdev @logdev end |