-
-
Notifications
You must be signed in to change notification settings - Fork 31
Accessing PRODUCTION logs
Allen Anthes edited this page Jun 5, 2019
·
1 revision
To access the logs 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=back-end -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.