Change operational log messages from Debug to Info

This commit is contained in:
2025-12-17 15:02:46 -08:00
parent 45201509ff
commit e6cb906d35
4 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ func (m *manifest) deserializeInner() error {
return err
}
log.Debugf("loaded manifest with %d files", len(m.pbInner.Files))
log.Infof("loaded manifest with %d files", len(m.pbInner.Files))
return nil
}