Skip to content

Commit

Permalink
remove unnecessary warning
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jan 8, 2021
1 parent f6c08fa commit 8781cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v0.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ func (s *ESAPIV0) ClusterHealth() *ClusterHealth {

func (s *ESAPIV0) Bulk(data *bytes.Buffer) {
if data == nil || data.Len() == 0 {
log.Warn("data is empty, skip")
log.Trace("data is empty, skip")
return
}
data.WriteRune('\n')
Expand Down

0 comments on commit 8781cd1

Please sign in to comment.