Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STDOUT is not displaying on cf console nor in loggregator #5

Closed
ishwarps opened this issue Dec 23, 2016 · 5 comments
Closed

STDOUT is not displaying on cf console nor in loggregator #5

ishwarps opened this issue Dec 23, 2016 · 5 comments

Comments

@ishwarps
Copy link

Hi,
I have developed the sample .net Application(visual studio 2015). I have use following code.
console.writeln("message");

The above command printing on STDOUT. But its not displaying on cf console nor in loggregator.

Like same if i will use the System.out.println() in java application with different buildpack then its printing on cf console.

Does this bug in binary buildpack?

I am using following cf and buildpack version.
Cloud Foundry version: cf -v247
binary_buildpack=v1.0.5

Thanks in advanced.

@cf-gitbot
Copy link

We have created an issue in Pivotal Tracker to manage this:

https://www.pivotaltracker.com/story/show/136602589

The labels on this github issue will be updated when the story is started.

@sesmith177
Copy link
Contributor

@ishwar1987 if your app writes to STDOUT it should be picked up by the cf logs.

It is unlikely that there is a bug in the binary buildpack, as the buildpack does not modify the application directory.

Can you show us the staging / application logs that you do have?

Thanks.

@sesmith177
Copy link
Contributor

@ishwar1987 it looks like this is a duplicate of cloudfoundry/dotnet-core-buildpack#129, so we will close this one and continue the investigation in 129.

@MaheshRudrachar
Copy link

MaheshRudrachar commented Apr 7, 2017

This issue seems different from what is marked as duplicate!!!

@sesmith177 does this bug (buildpack does not modify the application directory) resolved in latest version of binary_buildpack?

@sclevine
Copy link
Contributor

Neither this issue nor cloudfoundry/dotnet-core-buildpack#129 are bugs. Neither buildpack supported Windows cells when these issues were open.

The latest release of the binary buildpack now does support Windows cells.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants