mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
change log level to debug (#41102)
This commit is contained in:
parent
134c64f1a5
commit
76d88a6cec
@ -70,7 +70,7 @@ var NewClient = func(ctx context.Context, httpClientProvider httpclient.Provider
|
|||||||
return nil, err
|
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{
|
return &baseClientImpl{
|
||||||
ctx: ctx,
|
ctx: ctx,
|
||||||
|
Loading…
Reference in New Issue
Block a user