cf-resource icon indicating copy to clipboard operation
cf-resource copied to clipboard

Capture `cf logs --recent` on a failed deploy

Open ryankilroy opened this issue 7 years ago • 2 comments

Since the cf-resource uses a zero-downtime deploy, if the deploy of app fails, then it's deleted and replaced with app-venerable meaning you can't call cf logs --recent on the failed app deployment. The resource should grab that log before it deletes the app.

ryankilroy avatar Dec 07 '17 15:12 ryankilroy

Looks like a duplicate of: #28

r-chris avatar Dec 08 '17 11:12 r-chris

Looks like this is fixed with #40

JohannesRudolph avatar Feb 05 '18 14:02 JohannesRudolph