Class: Sidekiq::Logger::Formatters::WithoutTimestamp
Constant Summary
Constants inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Instance Method Details
#call(severity, time, program_name, message) ⇒ Object
65 66 67 |
# File 'lib/sidekiq/logger.rb', line 65 def call(severity, time, program_name, ) "#{COLORS[severity]} pid=#{::Process.pid} tid=#{tid}#{format_context}: #{}\n" end |