Skip to content

Commit

Permalink
Indexing message as debug
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <rsevilla@redhat.com>
  • Loading branch information
rsevilla87 committed Mar 15, 2022
1 parent 1f64053 commit 6d25180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indexers/elastic.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (esIndexer *Elastic) Index(index string, documents []interface{}) {
}
}
start := time.Now().UTC()
log.Infof("Indexing [%d] documents in %s", len(documents), index)
log.Debugf("Indexing [%d] documents in %s", len(documents), index)
for _, document := range documents {
j, err := json.Marshal(document)
if err != nil {
Expand Down

0 comments on commit 6d25180

Please sign in to comment.