[jboss-jira] [JBoss JIRA] (JGRP-1796) Fix flush problem with integration of commons-logging output
Richard Achmatowicz (JIRA)
issues at jboss.org
Sun Feb 23 15:51:47 EST 2014
Richard Achmatowicz created JGRP-1796:
-----------------------------------------
Summary: Fix flush problem with integration of commons-logging output
Key: JGRP-1796
URL: https://issues.jboss.org/browse/JGRP-1796
Project: JGroups
Issue Type: Bug
Affects Versions: 3.2.13
Reporter: Richard Achmatowicz
Assignee: Richard Achmatowicz
Priority: Minor
Fix For: 3.2.13
The commons-logging output which appears in test case output files does not have line termination processed correctly. We end up with text like this:
{noformat}
{noformat}
This makes reading the logging output hard to read.
Th solution is to implement flush() as a method which simply appends a null string with CR/LF applied as well to the current collected sysout and syserr.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list