[
https://issues.apache.org/jira/browse/CURATOR-234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14632687#comment-14632687
]
ASF GitHub Bot commented on CURATOR-234:
----------------------------------------
Github user madrob commented on the pull request:
https://github.com/apache/curator/pull/90#issuecomment-122620348
When you run tests, since there is currently no binding you wouldn't get
any logging.
```
mdrob@mdrob-W530:~/workspace/curator$ cat
curator-client/target/surefire-reports/org.apache.curator.TestSessionFailRetryLoop-output.txt
Configuring TestNG with: TestNG652Configurator
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further
details.
```
> 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)