Disabling debug logs for rook-ceph-operator

Disable the debug logs for the rook-ceph-operator.

Procedure

  1. Edit the configmap of the rook-ceph-operator.
    oc edit configmap rook-ceph-operator-config
  2. 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