Skip to content

Commit

Permalink
trying a new fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamSadek committed May 15, 2024
1 parent f7433c0 commit b83719b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/commands/loglevel/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (c byComponent) Less(i, j int) bool {
// return clientset, nil
// }

func collectLogLevelConfiguration(ctx context.Context, namespace, clusterName string) ([]*componentConfiguration, string, string, error) {
func collectLogLevelConfiguration(ctx context.Context, namespace string, clusterName string) ([]*componentConfiguration, string, string, error) {
instance := utils.GetAccessInstance()

dc, err := instance.GetDebuggingConfiguration(ctx, namespace, clusterName)
Expand All @@ -100,7 +100,8 @@ func collectLogLevelConfiguration(ctx context.Context, namespace, clusterName st

func updateLogLevelConfiguration(
ctx context.Context,
namespace, clusterName string,
namespace string,
clusterName string,
spec []libsveltosv1alpha1.ComponentConfiguration,
) (string, string, error) {

Expand Down

0 comments on commit b83719b

Please sign in to comment.