Skip to content
This repository has been archived by the owner on Dec 3, 2019. It is now read-only.

Accessing PRODUCTION logs

Nell Shamrell-Harrington edited this page Feb 5, 2018 · 2 revisions

To access the Rails console on our production infrastructure you will first need to set up your workstation to access our Kubernetes Cluster.

Once your workstation is set up, run this command to view recent logs from all of the backend pods.

$ kubectl logs -l app=operationcode-backend -c app -n operationcode

We currently cannot follow logs across all the backend pods, an external logging system would potentially work well for this and is on the CTO's list of things to do.