Accessing application pod logs
To access the application pod logs, complete the following steps.
Procedure
- Log in to the OpenShift® Container Platform (OCP) web interface. Important: You must log in with the appropriate user role, which has the privilege to view pod information. For more information about user roles, see User roles mapping in Engineering Lifecycle Management on Hybrid Cloud.
- Click Workloads > Pods.
- Select the project where you installed the
Engineering Lifecycle Management
instance from the Project list. The Pods page lists Engineering Lifecycle Management applications pod and Engineering Lifecycle Management operator pod information.
- Click the pod name to view detailed pod information on Details, Logs, and Events tabs.
- Go to Terminal tab and run the
following command to see the application log.
cat <path/of/the/log/file>For example, run the following command for JTS.cat /elm/server/conf/jts/logs/repotools-jts_createTables.log