5.2. Viewing the logs
You can use either the oc or kubectl command to view the logs for the Central pod.
Procedure
To view the logs for the Central pod by using
kubectl, run the following command :$ kubectl logs -n stackrox <central_pod>To view the logs for the Central pod by using
oc, run the following command :$ oc logs -n stackrox <central_pod>