Skip to content
This repository was archived by the owner on Feb 4, 2021. It is now read-only.

Commit b36abb7

Browse files
committed
Revert "Revert "Add debug logs""
This reverts commit a239be2.
1 parent 34b5890 commit b36abb7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

infra/store/image/image_store.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ func (s *imageStoreImpl) MigrateImages() error {
7272
keys[key] = struct{}{}
7373
}
7474

75+
grpclog.Infof("found %v images", len(keys))
76+
7577
for key := range keys {
7678
if strings.HasSuffix(key, "px") {
7779
continue
@@ -86,6 +88,7 @@ func (s *imageStoreImpl) MigrateImages() error {
8688
continue
8789
}
8890

91+
grpclog.Infof("migrating %v", key)
8992
err := s.migrateImage(key)
9093
if err != nil {
9194
return err

0 commit comments

Comments
 (0)