You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2021. It is now read-only.
I've turned verbosity logging down to -1 as I'm only interested in fatal issues. However our logs are filling up with which aws region it is using, 26 times in 6 minutes (example below)
I believe the code is located at pkg/aws/client.go line 52.
I1112 10:12:01.536973 1 client.go:52] using AWS Region: eu-west-1
I1112 10:12:16.672508 1 client.go:52] using AWS Region: eu-west-1
I1112 10:12:32.547729 1 client.go:52] using AWS Region: eu-west-1
I1112 10:12:47.687460 1 client.go:52] using AWS Region: eu-west-1
I1112 10:13:03.575687 1 client.go:52] using AWS Region: eu-west-1
I1112 10:13:18.730768 1 client.go:52] using AWS Region: eu-west-1
I1112 10:13:34.742182 1 client.go:52] using AWS Region: eu-west-1
I1112 10:13:49.880865 1 client.go:52] using AWS Region: eu-west-1
I1112 10:14:05.774337 1 client.go:52] using AWS Region: eu-west-1
I1112 10:14:20.926628 1 client.go:52] using AWS Region: eu-west-1
I1112 10:14:36.059460 1 client.go:52] using AWS Region: eu-west-1
I1112 10:14:51.233399 1 client.go:52] using AWS Region: eu-west-1
I1112 10:15:06.373145 1 client.go:52] using AWS Region: eu-west-1
I1112 10:15:21.521138 1 client.go:52] using AWS Region: eu-west-1
I1112 10:15:36.768373 1 client.go:52] using AWS Region: eu-west-1
I1112 10:15:51.734150 1 client.go:52] using AWS Region: eu-west-1
I1112 10:16:06.709600 1 client.go:52] using AWS Region: eu-west-1
I1112 10:16:21.856930 1 client.go:52] using AWS Region: eu-west-1
I1112 10:16:36.989989 1 client.go:52] using AWS Region: eu-west-1
I1112 10:16:52.112803 1 client.go:52] using AWS Region: eu-west-1
I1112 10:17:07.250296 1 client.go:52] using AWS Region: eu-west-1
I1112 10:17:22.406827 1 client.go:52] using AWS Region: eu-west-1
I1112 10:17:37.573066 1 client.go:52] using AWS Region: eu-west-1
I1112 10:17:52.704800 1 client.go:52] using AWS Region: eu-west-1
I1112 10:18:07.833672 1 client.go:52] using AWS Region: eu-west-1
I1112 10:18:22.957724 1 client.go:52] using AWS Region: eu-west-1
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've turned verbosity logging down to -1 as I'm only interested in fatal issues. However our logs are filling up with which aws region it is using, 26 times in 6 minutes (example below)
I believe the code is located at pkg/aws/client.go line 52.
The text was updated successfully, but these errors were encountered: