View a list of app events
What?
Cloud Foundry stores a history of events about your application. You’ll generally use cf logs when debugging your app’s behavior, but every once and awhile the select, well-formatted information contained in cf events is more helpful than a firehose of data.
How?
cf stop doracf start doracf events dora
Expected Result
You should see the list of events including the recent stop & start.