-
Notifications
You must be signed in to change notification settings - Fork 44
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
Buffer stack traces from subprocess #87
Comments
dean-e-clark
added a commit
to dean-e-clark/jcabi-log
that referenced
this issue
Sep 8, 2016
@NaanProphet just save them to |
Hey @yegor256! i think it's a little different— In this use case, the sub-process that's running is an outside library/process whose code we don't have access to. Otherwise, it would have been conceptually possible to change their code to use e.g. a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there!
Would it be conceptually possible/feasible to buffer and log stack traces at stderr from a VerboseProcess to print as a single statement?
We are essentially using the log file of the parent JVM for some monitoring, and having the stack trace write 100+ separate statements in our file is triggering that many alerts
The text was updated successfully, but these errors were encountered: