Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksandr Zimin <[email protected]>
  • Loading branch information
AleksZimin committed Aug 27, 2024
1 parent 2864ff0 commit c85d0b1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions images/controller/src/pkg/logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ package logger
import (
"flag"
"fmt"
"os"

"github.com/go-logr/logr"
"k8s.io/klog/v2"
Expand Down Expand Up @@ -57,9 +56,7 @@ func NewLogger(level Verbosity) (*Logger, error) {
flag.Parse()

// log := klogr.New().WithCallDepth(1)
config := textlogger.NewConfig(
textlogger.Output(os.Stdout),
)
config := textlogger.NewConfig()

log := textlogger.NewLogger(config)

Expand Down

0 comments on commit c85d0b1

Please sign in to comment.