contraband / autopilot

cf plugin for hands-off, zero downtime application deploys
Apache License 2.0
130 stars 42 forks source link

Tail cf logs during staging #38

Closed JohannesRudolph closed 6 years ago

JohannesRudolph commented 7 years ago

Please see the attached issue: https://github.com/concourse/cf-resource/issues/28

I think this may be possibly addressed in autopilot, although I think it may be asking the tool to do too much and it should instead be left to an upstream task. But then again, autopilot is already effectively just an orchestrator for other primitive CF commands. Thoughts?

aeijdenberg commented 6 years ago

Although the PR linked above is closed, we added this in another commit which landed earlier today, so passing a parameter of --show-app-log should now work.

JohannesRudolph commented 6 years ago

This is great stuff! thanks @aeijdenberg !