lib/sidekiq/logstash/configuration.rb in sidekiq-logstash-2.0.3 vs lib/sidekiq/logstash/configuration.rb in sidekiq-logstash-3.0.0
- old
+ new
@@ -2,10 +2,10 @@
module Sidekiq
module Logstash
# Class that allows to configure the gem behaviour.
class Configuration
- attr_accessor :custom_options, :filter_args, :job_start_log
+ attr_accessor :custom_options, :filter_args, :job_start_log, :keep_default_error_handler
def initialize
@filter_args = []
@job_start_log = false
end