From 8220e7f82f7d8a9e1cb6335bd0e05f57aba30f7e Mon Sep 17 00:00:00 2001 From: Phi Date: Tue, 4 Jul 2023 09:35:49 +0200 Subject: [PATCH] Tune down log-lvl Tune down log-lvl --- storage/paths/index.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storage/paths/index.go b/storage/paths/index.go index ce11eec9c..8d70fce2a 100644 --- a/storage/paths/index.go +++ b/storage/paths/index.go @@ -366,7 +366,7 @@ loop: if !sid.primary && primary { sid.primary = true } else { - log.Warnf("sector %v redeclared in %s", s, storageID) + log.Debugf("sector %v redeclared in %s", s, storageID) } continue loop }