Skip to content

Commit

Permalink
updated login message when get error EOFError (EOFError)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehPalanskyi committed Jun 26, 2024
1 parent 9e16cd4 commit 57f3c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fluent/plugin/in_opensearch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def update_retry_state(error=nil)
end
@retry.step
if error.message.include?('EOFError (EOFError)')
log.error("Restart plugin #{error.message}")
log.error("Restart plugin because hit error #{error.message}")
exit(1)
end
#Raise error if the retry limit has been reached
Expand Down

0 comments on commit 57f3c8f

Please sign in to comment.