瀏覽代碼

increase verbosity

(cherry picked from commit 705b3cf0bfbca4d7f5dccdd579875ebb00f85511)
abhishek9686 1 年之前
父節點
當前提交
8bb7e09bae
共有 1 個文件被更改,包括 1 次插入1 次删除
  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