@@ -82,8 +82,8 @@ func initScheme() *runtime.Scheme {
8282}
8383
8484func (acp * AzureClusterProxy ) CollectWorkloadClusterLogs (ctx context.Context , namespace , name , outputPath string ) {
85- Logf ("Dumping workload cluster %s/%s logs" , namespace , name )
86- acp .ClusterProxy .CollectWorkloadClusterLogs (ctx , namespace , name , outputPath )
85+ // Logf("Dumping workload cluster %s/%s logs", namespace, name)
86+ // acp.ClusterProxy.CollectWorkloadClusterLogs(ctx, namespace, name, outputPath)
8787
8888 aboveMachinesPath := strings .Replace (outputPath , "/machines" , "" , 1 )
8989
@@ -92,10 +92,10 @@ func (acp *AzureClusterProxy) CollectWorkloadClusterLogs(ctx context.Context, na
9292 acp .collectNodes (ctx , namespace , name , aboveMachinesPath )
9393 Logf ("Fetching nodes took %s" , time .Since (start ).String ())
9494
95- Logf ("Dumping workload cluster %s/%s pod logs" , namespace , name )
96- start = time .Now ()
97- acp .collectPodLogs (ctx , namespace , name , aboveMachinesPath )
98- Logf ("Fetching pod logs took %s" , time .Since (start ).String ())
95+ // Logf("Dumping workload cluster %s/%s pod logs", namespace, name)
96+ // start = time.Now()
97+ // acp.collectPodLogs(ctx, namespace, name, aboveMachinesPath)
98+ // Logf("Fetching pod logs took %s", time.Since(start).String())
9999
100100 Logf ("Dumping workload cluster %s/%s Azure activity log" , namespace , name )
101101 start = time .Now ()
0 commit comments