-
Bug
-
Resolution: Done
-
Minor
-
AMQ 7.10.0.OPR.3.GA
When the option WATCH_NAMESPACES is used on the operator definition, we see these messages on the operator logs, on namespaces that are not in the list to watch:
... 2022-09-07T10:07:31.788Z INFO controller_v1beta1activemqartemisscaledown Skipping statefulset {"key": "namespace1/sts", "controller ns": "*"} 2022-09-07T10:07:31.788Z INFO controller_v1beta1activemqartemisscaledown Skipping statefulset {"key": "namespace2/sts", "controller ns": "*"} 2022-09-07T10:07:31.788Z INFO controller_v1beta1activemqartemisscaledown Skipping statefulset {"key": "namespace3/sts", "controller ns": "*"} 2022-09-07T10:07:31.788Z INFO controller_v1beta1activemqartemisscaledown Skipping statefulset {"key": "namespace4/sts", "controller ns": "*"} ...
These messages should be on DEBUG level rather than INFO
- clones
-
ENTMQBR-7151 Log messages on controller_v1beta1activemqartemisscaledown skipping namespaces should have DEBUG level, not INFO
- Closed