openshift-kni / numaresources-operator

Operator to enable reporting of per-NUMA-zone compute resources
Apache License 2.0
6 stars 13 forks source link

Updating the log level in NROP CR doesn't affect log level of the controller pod of the operator #921

Open shajmakh opened 5 months ago

shajmakh commented 5 months ago

The log-level Trace comes in handy for debugging when one needs to increase verbosity. However, NROP CR update only updates the log level of the RTE and not the controller pod, although there are logs that need increased verbosity to be shown.

ffromani commented 1 month ago

unfortunately we can't solve this easily because we would need to change the command line flags of the operator binary, which are controllerd by the Deployment which are owned by the OLM. The only alternative which comes to mind is to have a override configuration file, but this seems a lot of work for this task