class BeanStalk::Worker::Log::Formatter

Monkeypatch Formatter to allow local show_time updates.

Public Class Methods

show_time=(*args) click to toggle source

Allow enabling and disabling of time with a singleton.

# File lib/beanstalk-worker/logger.rb, line 38
def self.show_time=(*args)
  Mixlib::Log::Formatter.show_time = *args
end