@@ -82,8 +82,8 @@ func initScheme() *runtime.Scheme {
82
82
}
83
83
84
84
func (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)
87
87
88
88
aboveMachinesPath := strings .Replace (outputPath , "/machines" , "" , 1 )
89
89
@@ -92,10 +92,10 @@ func (acp *AzureClusterProxy) CollectWorkloadClusterLogs(ctx context.Context, na
92
92
acp .collectNodes (ctx , namespace , name , aboveMachinesPath )
93
93
Logf ("Fetching nodes took %s" , time .Since (start ).String ())
94
94
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())
99
99
100
100
Logf ("Dumping workload cluster %s/%s Azure activity log" , namespace , name )
101
101
start = time .Now ()
0 commit comments