diff --git a/humans.txt b/humans.txt index 2cb1c78df6..a9f735a01a 100644 --- a/humans.txt +++ b/humans.txt @@ -18,6 +18,7 @@ Stefan Prodan @stefanprodan James Strachan @jstrachan Nick @bowlesns Kirsten Schumy @kschumy +Karinna Iniguez @karinnainiguez /* Thanks */ diff --git a/pkg/eks/api.go b/pkg/eks/api.go index 8d6f57b9e9..81448f64bf 100644 --- a/pkg/eks/api.go +++ b/pkg/eks/api.go @@ -161,7 +161,6 @@ func newSession(clusterConfig *api.ClusterConfig, endpoint string, credentials * aws.LogDebugWithRequestRetries | aws.LogDebugWithRequestErrors | aws.LogDebugWithEventStreamBody) - config = config.WithLogLevel(aws.LogDebugWithHTTPBody) config = config.WithLogger(aws.LoggerFunc(func(args ...interface{}) { logger.Debug(fmt.Sprintln(args...)) }))