Skip to content

Latest commit

 

History

History
87 lines (52 loc) · 1.69 KB

using-application-logs-4c403b5.md

File metadata and controls

87 lines (52 loc) · 1.69 KB

Using Application Logs

The Logs page at application level in the SAP BTP cockpit shows the application logs and logs generated by various Cloud Foundry components that relate to the application. You can use these logs to identify and troubleshoot application-specific problems.

UI Reference

UI Component

Role

Time

Shows the timestamp at which the log is generated.

Log Type

Shows the type of the log according to Cloud Foundry. It can be either STDOUT or STDERR.

Source

Shows the Cloud Foundry component code and the instance number.

For example, [APP/1] indicates that application instance 1 has generated the log.

Message

Allows you to view the log message in a message box.

To open the message box, choose More Details.

Related Information

https://docs.cloudfoundry.org/devguide/deploy-apps/streaming-logs.html

Troubleshoot Applications

Using Application Events