README.md in sidekiq-logstash-3.1.0 vs README.md in sidekiq-logstash-3.2.0

- old
+ new

@@ -81,9 +81,16 @@ end # by default, sidekiq-logstash removes the default error handler # to keep it, simply set this to true config.keep_default_error_handler = true + + # To enable a log structure that includes details about exception causes, + # uncomment the following lines: + # + # config.log_job_exception_with_causes = true + # # To specify the maximum depth of causes to log: + # config.causes_logging_max_depth = 3 # Default is 2 end ``` ## Development