Skip to content

Commit 197303a

Browse files
authored
Remove duplicated deprecation log entry (#1232)
1 parent b5f141c commit 197303a

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 12.1.1
2+
- Remove duplicated deprecation log entry [#1232](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1232)
3+
14
## 12.1.0
25
- Add drop_error_types config option to not retry after certain error types [#1228](https://github.com/logstash-plugins/logstash-output-elasticsearch/pull/1228)
36

lib/logstash/outputs/elasticsearch.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ def register
259259
log_message = "'failure_type_logging_whitelist' is deprecated and in a future version of Elasticsearch " +
260260
"output plugin will be removed, please use 'silence_errors_in_log' instead."
261261
@deprecation_logger.deprecated log_message
262-
@logger.warn log_message
263262
@silence_errors_in_log = silence_errors_in_log | failure_type_logging_whitelist
264263
end
265264

logstash-output-elasticsearch.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |s|
22
s.name = 'logstash-output-elasticsearch'
3-
s.version = '12.1.0'
3+
s.version = '12.1.1'
44
s.licenses = ['apache-2.0']
55
s.summary = "Stores logs in Elasticsearch"
66
s.description = "This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program"

0 commit comments

Comments
 (0)