You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
dean-e-clark
added a commit
to dean-e-clark/jcabi-log
that referenced
this issue
Sep 8, 2016
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 StringOutputStream
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: