Skip to content

Commit e0c389f

Browse files
committed
Log test execution start and end
CI jobs hang regularly, this could help to tell whether the cause is the tests themselves or something in the CI environment. (cherry picked from commit 8d9f1ff)
1 parent 7d3606e commit e0c389f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/resources/logback-test.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
</encoder>
66
</appender>
77

8+
<logger name="com.rabbitmq.client.test.BrokerTestCase" level="info" />
9+
810
<root level="warn">
911
<appender-ref ref="STDOUT" />
1012
</root>

0 commit comments

Comments
 (0)