Normalize backfill logs/errors (#13642)

* Normalize backfill logs

* improve flag desc

* review
This commit is contained in:
Radosław Kapka
2024-02-22 13:32:32 +01:00
committed by GitHub
parent f795e09ecf
commit 7a9608ea20
8 changed files with 43 additions and 40 deletions

View File

@@ -0,0 +1,5 @@
package backfill
import "github.com/sirupsen/logrus"
var log = logrus.WithField("prefix", "backfill")