class Sidekiq::History::Configuration

Attributes

log_file[RW]

Public Class Methods

new() click to toggle source
# File lib/sidekiq/history/configuration.rb, line 6
def initialize
  @log_file = 'log/sidekiq.log'
end