-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
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.
- is incorporated by
-
WFCORE-3313 Upgrade jboss-logmanager from 2.1.0.Alpha4 to 2.1.0.Alpha5
- Resolved