log: remove deprecated package
Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
parent
653dcda743
commit
6c51d15948
|
|
@ -20,7 +20,7 @@ package logging
|
|||
|
||||
import (
|
||||
"github.com/go-logr/logr"
|
||||
runtimelog "sigs.k8s.io/controller-runtime/pkg/runtime/log"
|
||||
runtimelog "sigs.k8s.io/controller-runtime/pkg/log"
|
||||
)
|
||||
|
||||
// Logging levels.
|
||||
|
|
|
|||
Loading…
Reference in New Issue