Open Syerram opened 4 years ago
We have created an issue in Pivotal Tracker to manage this:
https://www.pivotaltracker.com/story/show/174714409
The labels on this github issue will be updated when the story is started.
I believe this is captured by the logging team's issue here: https://github.com/cloudfoundry/cf-k8s-logging/issues/35
Describe the bug
Currently, log output from
cf run-task
are not printed incf logs APP_NAME
To Reproduce*
Steps to reproduce the behavior:
cf run-task APP_NAME --command "echo "LISTING" && pwd" --name test-run
cf tasks APP_NAME
and wait till it is finishedExpected behavior
cf logs
should printLISTING
in its output.Additional context
The logging team created a corresponding issue in logging repo.