Skip to content

Enable logging verbosity flag - #472

Open
alexandernorth wants to merge 2 commits into
mainfrom
feature/enable-debug-logging
Open

Enable logging verbosity flag#472
alexandernorth wants to merge 2 commits into
mainfrom
feature/enable-debug-logging

Conversation

@alexandernorth

Copy link
Copy Markdown
Contributor

The debug logs in the code were unreachable as the logger never had a level set,
so they were always dropped. Both binaries now take the kubernetes standard -v flag.
-v=4 enables our debug logs, lower values only add controller-runtime and
client-go detail.

Our code, controller-runtime and klog now share the same logger, so output is aligned.

To enable, uncomment the --v=4 line in the deployment manifests.

@alexandernorth
alexandernorth requested a review from a team as a code owner August 3, 2026 11:10
@alexandernorth alexandernorth changed the title Feature/enable debug logging Enable debug logging flag Aug 3, 2026
@alexandernorth alexandernorth changed the title Enable debug logging flag Enable logging verbosity flag Aug 3, 2026
@steiler
steiler force-pushed the feature/enable-debug-logging branch from 9ead7a6 to edec61c Compare August 3, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant