Matthew Hayes created DATAFU-82: ----------------------------------- Summary: 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
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 (v6.3.4#6332)