You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/14 21:42:45 UTC

[jira] [Commented] (CURATOR-234) Add test logging back to modules

    [ https://issues.apache.org/jira/browse/CURATOR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14697607#comment-14697607 ] 

ASF GitHub Bot commented on CURATOR-234:
----------------------------------------

Github user madrob closed the pull request at:

    https://github.com/apache/curator/pull/90


> Add test logging back to modules
> --------------------------------
>
>                 Key: CURATOR-234
>                 URL: https://issues.apache.org/jira/browse/CURATOR-234
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Tests
>            Reporter: Mike Drob
>
> Commit db06634 removed the slf4j-log4j12 dependency from the parent pom, so now we no longer have test logging easily available. This makes it difficult to debug various failing tests.
> {noformat}
>         <dependency>
>             <groupId>org.slf4j</groupId>
>             <artifactId>slf4j-log4j12</artifactId>
>             <scope>test</scope>
>         </dependency>
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)