Skip to content

Commit e9ac4aa

Browse files
committed
Remove duplicated deprecation log entry
1 parent 3040e08 commit e9ac4aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

0 commit comments

Comments
 (0)