Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

operator: add back debug logs for logrus (registration) #299

Merged
merged 1 commit into from Dec 15, 2022

Conversation

fgiudici
Copy link
Member

With kubebuilder we moved to sigs.k8s.io/controller-runtime logs. Still, the registration part of the operator uses logrus for logging.

The operator debug config just enables verbose logging on the newer controller-runtime logs: allow to enable verbose logging on registration too.

Fixes #298

With kubebuilder we moved to sigs.k8s.io/controller-runtime logs.
Still, the registration part of the operator uses logrus for logging.

The operator debug config just enables verbose logging on the newer
controller-runtime logs: allow to enable verbose logging on registration
too.

Signed-off-by: Francesco Giudici <francesco.giudici@suse.com>
@github-actions github-actions bot added the area/chart Chart related changes label Dec 15, 2022
@fgiudici fgiudici requested a review from a team December 15, 2022 15:37
@fgiudici fgiudici merged commit 3965dd3 into rancher:main Dec 15, 2022
@fgiudici fgiudici deleted the add_back_logrus_debug branch January 9, 2023 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/chart Chart related changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

operator: debug messages from the registration process (logrus) are not displayed
2 participants