Pre-flight checks
Problem / Use case
I noticed that valkey-operator v0.3.0 generates dozens of lines on every reconcile with DEBUG log level.
It happens couple of times per minute and pollutes logs quite a bit. I understand it's early stage of operator development and not a huge issue atm.
Proposed solution
Add new flag to cmd/main.go defining max log level of output. It will be also passed from Helm chart.
This way it will be possible to tune operator logging.
Scope of change
Small (small CRD field or controller behaviour tweak)
API / behaviour impact
Contribution
Additional context
No response
Pre-flight checks
Problem / Use case
I noticed that valkey-operator v0.3.0 generates dozens of lines on every reconcile with DEBUG log level.
It happens couple of times per minute and pollutes logs quite a bit. I understand it's early stage of operator development and not a huge issue atm.
Proposed solution
Add new flag to
cmd/main.godefining max log level of output. It will be also passed from Helm chart.This way it will be possible to tune operator logging.
Scope of change
Small (small CRD field or controller behaviour tweak)
API / behaviour impact
v1alpha1.Contribution
Additional context
No response