Github user anew commented on a diff in the pull request: https://github.com/apache/incubator-tephra/pull/55#discussion_r137981190 --- Diff: tephra-hbase-compat-1.1-base/src/test/resources/logback-test.xml --- @@ -0,0 +1,39 @@ + + + + + + + %d{ISO8601} - %-5p [%t:%C{1}@%L] - %m%n + + + + + --- End diff -- seems like this would be useful for all test cases... it removes a lot of distracting log messages. ---