Class: Sidekiq::Logging::WithoutTimestamp
- Defined in:
- lib/sidekiq/logging.rb
Constant Summary
Constants inherited from Pretty
Instance Method Summary collapse
Methods inherited from Pretty
Instance Method Details
#call(severity, time, program_name, message) ⇒ Object
22 23 24 |
# File 'lib/sidekiq/logging.rb', line 22 def call(severity, time, program_name, ) "#{::Process.pid} TID-#{Thread.current.object_id.to_s(36)}#{context} #{severity}: #{}\n" end |