even yet more logs

This commit is contained in:
Kyle Isom 2023-08-29 13:23:38 -07:00
parent 64190a500d
commit baf36dbaf8
2 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,7 @@ func main() {
defer db.Close()
feeds := splitFeeds()
if markOnly {
log.Info("marking database")
for _, feed := range feeds {

View File

@ -30,6 +30,7 @@ func connectMinio() (err error) {
}
func restoreDatabase(path string) error {
log.Debugln("restoring database from minio")
if minioClient == nil {
if err := connectMinio(); err != nil {
return err