Disable the debug logs for the rook-ceph-operator.
Procedure
- Edit the configmap of the rook-ceph-operator.
oc edit configmap rook-ceph-operator-config
- Add the ROOK_LOG_LEVEL: INFO parameter in the
rook-ceph-operator-config yaml file to disable the debug logs for
rook-ceph-operator.
…
data:
# The logging level for the operator: INFO | DEBUG
ROOK_LOG_LEVEL: INFO