You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 12, 2023. It is now read-only.
Currently,
kubeflow/common
provides a logger utils for operator to use. It usesgithub.com/sirupsen/logrus
underneath.https://github.com/kubeflow/common/blob/master/pkg/util/logger.go#L20
The problem I notice is new operators using
kubebuilder
have inbuilt logger for operator logics.This makes the logs really messy.
Can we provide a interface layer like logr and provide method like
SetLogger
and different operator can use their own implementation?The text was updated successfully, but these errors were encountered: