diff --git a/examples/local-cluster/.gitignore b/examples/local-cluster/.gitignore new file mode 100644 index 00000000000..ea26ec23a73 --- /dev/null +++ b/examples/local-cluster/.gitignore @@ -0,0 +1 @@ +.data diff --git a/lib/auth/tun.go b/lib/auth/tun.go index 332131ec8ad..d720de7460f 100644 --- a/lib/auth/tun.go +++ b/lib/auth/tun.go @@ -591,7 +591,7 @@ func NewTunClient(purpose string, if tc.addrStorage != nil { cachedAuthServers, err := tc.addrStorage.GetAddresses() if err != nil { - log.Warningf("unable to load the auth server cache: %v", err) + log.Infof("unable to load the auth server cache: %v", err) } else { tc.setAuthServers(cachedAuthServers) }