refactor: reduce log level for storage importer
1 file changed, 1 insertion(+), 1 deletion(-)
changed files
M internal/storage/store.go → internal/storage/store.go
@@ -117,7 +117,7 @@ errs <- fault.Wrap(err, fmsg.With("failed to save object")) } if i%BatchSize == 0 { - s.log.Info("imported", "count", i) + s.log.Debug("imported", "count", i) err := tx.Commit() if err != nil { errs <- fault.Wrap(err, fmsg.With("failed to commit transaction"))