Chore: Use SDK logger for test data source (#71579)

This commit is contained in:
Andres Martinez Gotor
2023-07-17 16:34:08 +02:00
committed by GitHub
parent 60496fbae3
commit 24eef7a3d2
6 changed files with 27 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"strconv"
"time"
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana-plugin-sdk-go/backend/log"
)
func (s *Service) registerRoutes() *http.ServeMux {