all repos — searchix @ 0a9814bb65fafcedbefc9cbd153b3ada8141492a

Search engine for NixOS, nix-darwin, home-manager and NUR users

refactor: reduce log level for storage importer

Alan Pearce
commit

0a9814bb65fafcedbefc9cbd153b3ada8141492a

parent

5293b3e48745be7c88d69a48fe9402999e54b535

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M internal/storage/store.gointernal/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"))