Plugins: Introduce plugin package specific logger (#62204)
* refactor * implement with infra log for now * undo moving * update package name * update name * fix tests * update pretty signature * update naming * simplify * fix typo * delete comment * fix import * retrigger
This commit is contained in:
@@ -5,12 +5,13 @@ import (
|
||||
"io"
|
||||
"log"
|
||||
|
||||
glog "github.com/grafana/grafana/pkg/infra/log"
|
||||
"github.com/hashicorp/go-hclog"
|
||||
|
||||
plog "github.com/grafana/grafana/pkg/plugins/log"
|
||||
)
|
||||
|
||||
type logWrapper struct {
|
||||
Logger glog.Logger
|
||||
Logger plog.Logger
|
||||
|
||||
name string
|
||||
impliedArgs []interface{}
|
||||
|
||||
Reference in New Issue
Block a user