diff --git a/content/en/docs/deployment/sap-btp/_index.md b/content/en/docs/deployment/sap-btp/_index.md index 83bf3158abc..b68c0f75dd5 100644 --- a/content/en/docs/deployment/sap-btp/_index.md +++ b/content/en/docs/deployment/sap-btp/_index.md @@ -740,6 +740,7 @@ Since SAP Application Logging will soon be deprecated, you need to migrate your 4. At this point, both **application-logs** and **cloud-logging** services will be active for your application. 5. Retain the **application-logs** service until its log retention period ends, to ensure access to existing log entries. Then, delete it following the instructions provided in the [Unbinding and Removing Services](/developerportal/deploy/sap-cloud-platform/#unbinding-and-removing-services) section above. After this, only the new SAP Cloud Logging service will remain active. 6. When using the **cloud-logging** service, upgrade **SapApplicationLogs** to the latest version. If you are using an older version, update the **Default Value** of the **ApplicationLoggingService** constant to *cloud-logging* in the [SAP Logging Connector](https://marketplace.mendix.com/link/component/110219). For more information, refer to the [Using the Connector](/appstore/modules/sap/sap-logger/#using-the-connector) section of the *SAP Logging Connector* document. +7. You can view the logs of an environment using SAP Cloud Logging in your application's logs. For more details, see the [Viewing the Logs](/developerportal/deploy/sap-cloud-platform/sap-monitoring/#viewing-the-logs) section of *Monitoring Environments in Mendix Apps on SAP BTP*. ## Troubleshooting diff --git a/content/en/docs/deployment/sap-btp/sap-monitoring.md b/content/en/docs/deployment/sap-btp/sap-monitoring.md index ff907155124..1746bb75434 100644 --- a/content/en/docs/deployment/sap-btp/sap-monitoring.md +++ b/content/en/docs/deployment/sap-btp/sap-monitoring.md @@ -21,10 +21,12 @@ For information about configuring and using Kibana, see the [Kibana User Guide]( The **Logs** page in your Mendix app shows all the environments for this app. Click the **Logs** button to open the log in Kibana. -{{< figure src="/attachments/deployment/sap-btp/log-sap.png" alt="Logs Page SAP" class="no-border" >}} +{{< figure src="/attachments/deployment/sap-btp/sap-monitoring/logs.png" alt="Logs Page SAP" >}} You may be asked to provide your SAP credentials before you can see the log in Kibana. +To view the logs of an environment using the SAP Cloud Logging service, click **Show Credentials**, copy the credentials, then click **Logs** and paste them to open the environment's logs in a new window. + ## Troubleshooting If you encounter any issues while using the configuring the logging service, use the following troubleshooting tips to help you solve them. diff --git a/static/attachments/deployment/sap-btp/log-sap.png b/static/attachments/deployment/sap-btp/log-sap.png deleted file mode 100644 index 4e76c2555af..00000000000 Binary files a/static/attachments/deployment/sap-btp/log-sap.png and /dev/null differ diff --git a/static/attachments/deployment/sap-btp/sap-monitoring/logs.png b/static/attachments/deployment/sap-btp/sap-monitoring/logs.png new file mode 100644 index 00000000000..f903e7fa063 Binary files /dev/null and b/static/attachments/deployment/sap-btp/sap-monitoring/logs.png differ