mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00
move log package to /infra (#17023)
ref #14679 Signed-off-by: zhulongcheng <zhulongcheng.me@gmail.com>
This commit is contained in:

committed by
Carl Bergquist

parent
0efb8821f9
commit
2fff8f77dc
@ -5,7 +5,7 @@ import (
|
||||
"io/ioutil"
|
||||
"log"
|
||||
|
||||
glog "github.com/grafana/grafana/pkg/log"
|
||||
glog "github.com/grafana/grafana/pkg/infra/log"
|
||||
hclog "github.com/hashicorp/go-hclog"
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user