cloudfoundry-community / cf-resource

Concourse resource for interacting with Cloud Foundry
Apache License 2.0
35 stars 63 forks source link

show_app_log should also work when not using b/g deploy #52

Open JohannesRudolph opened 6 years ago

JohannesRudolph commented 6 years ago

I totally missed #40 only implements live-tailing of application logs for b/g cf pushs. It would be really useful to have the same capability for "normal" cf pushs.

lrstanley commented 5 years ago

Any update to this? Only issue I see is that if the currentAppName isn't provided, it wouldn't know what the app name is that it should be checking the log for. Could we parse the manifest maybe? If there is a simple way to get the name, I can submit a PR.