[
https://issues.apache.org/jira/browse/DATAFU-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17031134#comment-17031134
]
Matthew Hayes commented on DATAFU-82:
-------------------------------------
I've attached a new patch. Apparently removing the line with
removeAllAppenders was not enough. With the new patch you should see the test
output on the console.
> Remove log suppression in unit tests
> ------------------------------------
>
> Key: DATAFU-82
> URL: https://issues.apache.org/jira/browse/DATAFU-82
> Project: DataFu
> Issue Type: Improvement
> Reporter: Matthew Hayes
> Assignee: Matthew Hayes
> Priority: Major
> Attachments: DATAFU-82-2.patch, DATAFU-82.patch
>
>
> We should remove this line below in PigTests. Before it dumped everything to
> the console when the tests ran, which was way too much text. Now the output
> cleanly goes to html files that are more easily viewable.
> {code}
> Logger.getRootLogger().removeAllAppenders();
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)