Sha256: 28e2c08c4b6fee806eec8010e144fd4867bf308a63bde50cf87ac6830079906c
Contents?: true
Size: 322 Bytes
Versions: 34
Compression:
Stored size: 322 Bytes
Contents
require 'sidekiq' module Sidekiq module Logging class Pretty < Logger::Formatter def call(severity, time, progname, msg) msg = "(TID-#{Thread.current.object_id.to_s(36)}#{context}) #{msg}" Smartkiosk::Common::Logging.format "Sidekiq", severity, time, progname, msg end end end end
Version data entries
34 entries across 34 versions & 1 rubygems