Kaynağa Gözat

increase verbosity

abhishek9686 1 yıl önce
ebeveyn
işleme
705b3cf0bf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      migrate/migrate.go

+ 1 - 1
migrate/migrate.go

@@ -287,7 +287,7 @@ func updateAcls() {
 		}
 
 		// save new acls
-		slog.Info(fmt.Sprintf("(migration) saving new acls for network: %s", network.NetID), "networkAcl", networkAcl)
+		slog.Debug(fmt.Sprintf("(migration) saving new acls for network: %s", network.NetID), "networkAcl", networkAcl)
 		if _, err := networkAcl.Save(acls.ContainerID(network.NetID)); err != nil {
 			slog.Error(fmt.Sprintf("error during acls migration. error saving new acls for network: %s", network.NetID), "error", err)
 			continue