Github user jbertram commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1874#discussion_r169119878
--- Diff:
artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java
---
@@ -365,8 +365,6 @@ public void setUp() throws Exception {
InVMRegistry.instance.clear();
// checkFreePort(TransportConstants.DEFAULT_PORT);
-
- logAndSystemOut("#test " + getName());
--- End diff --
This bit of information should already be logged by the "watch" rule.
---