Skip to content

Commit

Permalink
Put log level info into debug.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed Jul 14, 2023
1 parent 333324f commit acfcd20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/quickwit/quickwit.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type QuickwitDatasource struct {

// Creates a Quickwit datasource.
func NewQuickwitDatasource(settings backend.DataSourceInstanceSettings) (instancemgmt.Instance, error) {
qwlog.Info("Initializing new data source instance")
qwlog.Debug("Initializing new data source instance")

jsonData := map[string]interface{}{}
err := json.Unmarshal(settings.JSONData, &jsonData)
Expand Down

0 comments on commit acfcd20

Please sign in to comment.