Hi Virendra,
There are 2 ways to access logs.
Logs gathering using OCP console:
--------------------------------------------------
Login to OCP Console -> Workloads -> Pods -> Select Manage pods (All, UI, MIF, REP, CRON) -> Click on logs tab.
Use logs API to access logs outside of the cluster:
------------------------------------------------------------------------
To stream the contents of the systemout.log file for WebSphere Application Server Liberty, enter a URL in the following format in a browser or other API tool that you use for REST API calls.
Using Browser:
https://<manage all bundle url>/maximo/api/service/logging?action=wsmethod:streamLog&apikey=<apikey>

Using POSTMAN:
https://<manage all bundle url> /maximo/api/service/logging?action=wsmethod:streamLog

Note: There is another way to get manage logs and store into S3 Object Storage using tools API
------------------------------
Ramakrishnudu Kayala
------------------------------