We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3040e08 commit e9ac4aaCopy full SHA for e9ac4aa
lib/logstash/outputs/elasticsearch.rb
@@ -259,7 +259,6 @@ def register
259
log_message = "'failure_type_logging_whitelist' is deprecated and in a future version of Elasticsearch " +
260
"output plugin will be removed, please use 'silence_errors_in_log' instead."
261
@deprecation_logger.deprecated log_message
262
- @logger.warn log_message
263
@silence_errors_in_log = silence_errors_in_log | failure_type_logging_whitelist
264
end
265
0 commit comments