Project Logging

Retrieve Logs

In general, all logs of a project are printed out to the console of each pod.

Retrieve logs via CLI

  • Identify pod of project: oc get pods -n=runtime-dev

  • Retrieve logs from pod of project: oc logs <pod>

Available options:

  • Get logs of the function sidecar where operations: oc logs <pod> -c function-sidecar

  • Get logs of the project itself: oc logs <pod> -c project

Retrieve logs via log aggregation on OpenShift (EFK)

If log aggregation of OpenShift is available

  • Open OpenShift Management Platform

  • Open Monitoring

  • Open Logging