From e9ac4aa159b6be552f9045b03d7698212902795c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lex=20C=C3=A1mara?= Date: Mon, 27 Oct 2025 09:09:24 +0100 Subject: [PATCH] Remove duplicated deprecation log entry --- lib/logstash/outputs/elasticsearch.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/logstash/outputs/elasticsearch.rb b/lib/logstash/outputs/elasticsearch.rb index e98f392a..934feda5 100644 --- a/lib/logstash/outputs/elasticsearch.rb +++ b/lib/logstash/outputs/elasticsearch.rb @@ -259,7 +259,6 @@ def register log_message = "'failure_type_logging_whitelist' is deprecated and in a future version of Elasticsearch " + "output plugin will be removed, please use 'silence_errors_in_log' instead." @deprecation_logger.deprecated log_message - @logger.warn log_message @silence_errors_in_log = silence_errors_in_log | failure_type_logging_whitelist end