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

The Java agent logs to stdout, and should log to stderr. #94

Closed
cgordon opened this issue Jun 8, 2015 · 0 comments
Closed

The Java agent logs to stdout, and should log to stderr. #94

cgordon opened this issue Jun 8, 2015 · 0 comments
Assignees
Labels

Comments

@cgordon
Copy link

cgordon commented Jun 8, 2015

The code here:

https://github.com/puniverse/quasar/blob/master/quasar-core/src/main/java/co/paralleluniverse/fibers/instrument/JavaAgent.java#L140

logs to stdout, which is generally poor form, as stdout is used for program output and log lines can interfere with the parsing of that output by other programs. This logging should be moved to stderr.

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

No branches or pull requests

2 participants