Sha256: 3575982ce72d26fb221d4500a35c4fa204d172e45ef12ef86bc1b84293a8c5ad
Contents?: true
Size: 176 Bytes
Versions: 3
Compression:
Stored size: 176 Bytes
Contents
module Sidekiq module Statistic class Configuration attr_accessor :log_file def initialize @log_file = 'log/sidekiq.log' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems