Skip to content

Commit b83719b

Browse files
committed
trying a new fix
1 parent f7433c0 commit b83719b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

internal/commands/loglevel/utils.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func (c byComponent) Less(i, j int) bool {
7878
// return clientset, nil
7979
// }
8080

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

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

101101
func updateLogLevelConfiguration(
102102
ctx context.Context,
103-
namespace, clusterName string,
103+
namespace string,
104+
clusterName string,
104105
spec []libsveltosv1alpha1.ComponentConfiguration,
105106
) (string, string, error) {
106107

0 commit comments

Comments
 (0)