B. Logging is enabled by default and logs are stored in a dedicated persistent data store.
This is incorrect. The centralized logging service is an optional component that must be explicitly installed and configured; it is not enabled by default.
C. Logging is not stored in a dedicated persistent data store unless specified.
While technically true, this statement is less precise than option A. Option A correctly describes the entire mechanism: the service must be configured to collect and forward logs, which then results in persistent storage.
D. Logging is viewable only by the OpenShift Container Platform (OCP) web console.
This is incorrect. While ephemeral pod logs can be viewed via the OCP console or CLI (oc logs), the centralized logging service provides its own user interface, Kibana, for viewing and querying the aggregated logs.