bluemixgaragelondon / cf-blue-green-deploy

Cloud Foundry CLI plugin for zero downtime deploys
Apache License 2.0
139 stars 61 forks source link

Feature Request - Rewrite plugin to avoid deleting apps to allow log persistence in PCF Metrics #68

Open sbstnbr opened 6 years ago

sbstnbr commented 6 years ago

The current implementation is based on creating and deleting apps after each deployment, but PCF Metrics only display logs of existing apps - meaning I can only see the logs on my current deployed app and the last one. All other logs are not displayed.