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?

  1. cf stop dora
  2. cf start dora
  3. cf events dora

Expected Result

You should see the list of events including the recent stop & start.

Resources

StackOverflow: When to use cf events? cf CLI docs