comment out
Some checks failed
Lint / Run on Ubuntu (push) Failing after 1m9s
Tests / Run on Ubuntu (push) Successful in 1m55s
Build images / Build docker image (push) Successful in 3m30s

This commit is contained in:
Chris Richardson
2025-07-07 13:39:23 -04:00
parent 8e7687c401
commit dc5e59e552

View File

@@ -49,7 +49,7 @@ func init() {
// setupLog := logging.CreateFileLogger("/tmp/log", zap.DebugLevel)
// klog.SetLogger(zapr.NewLogger(logger.Named("klog")))
klog.SetLogger(setupLog)
// ctrl.SetLogger(setupLog)
ctrl.SetLogger(setupLog)
err := clientgoscheme.AddToScheme(scheme)
if err != nil {