jira-importer opened a new issue, #168: URL: https://github.com/apache/maven-verifier/issues/168
**[Slawomir Jaranowski](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=slawekjaranowski)** opened **[MSHARED-1134](https://issues.apache.org/jira/browse/MSHARED-1134?redirect=false)** and commented In Verifier we have `debug` field and corresponding constructors and setters for it Behavior for this flags was probably execute Verifier in `debug` mode, so - **only** in constructor original `System.out/err` are saved - **only** in `setDebug` method `System.out/err` are overrided - Verifier during executions use `System.out.println(..)` as logging purpose - in `displayStreamBuffers` we can print before recoded logs And finally method `resetStreams` must be called on `Verifier` in order to restore original `System.out/err` stream. --- **Remote Links:** - [GitHub Pull Request #48 ](https://github.com/apache/maven-verifier/pull/48) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
