A collection of useful/helpful commands for Bluemix
Get a log trace of the app's logs
CF_TRACE=true cf logs myBluemixApp
Save a log trace of the app's logs
CF_TRACE=myBluemixApp.log cf logs myBluemixApp
Get a log trace of the app when pushing to Bluemix
CF_TRACE=true cf push myBluemixApp