Skip to content

Commit

Permalink
Merge pull request #334 from DirectXMan12/refactor/squash-runtime-log…
Browse files Browse the repository at this point in the history
…-references

🐛 Squash some remaining references to runtime/log
  • Loading branch information
k8s-ci-robot committed Feb 27, 2019
2 parents fde7f38 + 9ff5157 commit 89c373a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/envtest/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ import (
"sigs.k8s.io/controller-runtime/pkg/client/config"
"sigs.k8s.io/testing_frameworks/integration"

logf "sigs.k8s.io/controller-runtime/pkg/runtime/log"
logf "sigs.k8s.io/controller-runtime/pkg/internal/log"
)

var log = logf.KBLog.WithName("test-env")
var log = logf.RuntimeLog.WithName("test-env")

// Default binary path for test framework
const (
Expand Down
2 changes: 1 addition & 1 deletion pkg/webhook/webhook_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (
"k8s.io/client-go/kubernetes"
"k8s.io/client-go/rest"
"sigs.k8s.io/controller-runtime/pkg/envtest"
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"
logf "sigs.k8s.io/controller-runtime/pkg/runtime/log"
)

func TestSource(t *testing.T) {
Expand Down

0 comments on commit 89c373a

Please sign in to comment.