change log level to debug (#41102)

This commit is contained in:
Will Browne
2021-11-01 09:00:00 +00:00
committed by GitHub
parent 134c64f1a5
commit 76d88a6cec

View File

@@ -70,7 +70,7 @@ var NewClient = func(ctx context.Context, httpClientProvider httpclient.Provider
return nil, err
}
clientLog.Info("Creating new client", "version", ds.ESVersion, "timeField", ds.TimeField, "indices", strings.Join(indices, ", "))
clientLog.Debug("Creating new client", "version", ds.ESVersion, "timeField", ds.TimeField, "indices", strings.Join(indices, ", "))
return &baseClientImpl{
ctx: ctx,