[jboss-jira] [JBoss JIRA] (LOGMGR-175) Do not use the StandardOutputStreams for the ConsoleHandler
James Perkins (JIRA)
issues at jboss.org
Thu Sep 21 13:45:00 EDT 2017
James Perkins created LOGMGR-175:
------------------------------------
Summary: Do not use the StandardOutputStreams for the ConsoleHandler
Key: LOGMGR-175
URL: https://issues.jboss.org/browse/LOGMGR-175
Project: JBoss Log Manager
Issue Type: Bug
Reporter: James Perkins
Assignee: James Perkins
The {{ConsoleHandler}} was changed to use the {{StandardOutputStreams.stdout}} and {{StandardOutputStreams.stderr}} streams. The {{StandardOutputStreams}} are initiated early to ensure that stdout and stderr are captured. However the {{ConsoleHandler}} may need an overridden stdout and/or stderr. A specific use case is the embedded server in WildFly.
For the reasons above we should revert the changes on the {{ConsoleHandler}}. The standard output streams should only be captured after the {{ConsoleHandler}} is initialized.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list