Github user clebertsuconic commented on the pull request:

    https://github.com/apache/activemq-artemis/pull/523#issuecomment-220116931
  
    I find this tracing format easier to read (especially when going through 
actual traces.log).
    
    
    To see if you like it, make the following change on the main pom, and run a 
test through Idea:
    
    **/logging.properties.traces**
    
    
    ** Idea will follow whatever change you make here. I'm not sure about 
Eclipse, but you can make a similar tweak on Eclipse to refer the traces.
    
    ```
          
<activemq-surefire-argline>-Djava.util.logging.manager=org.jboss.logmanager.LogManager
             
-Dlogging.configuration="file:${activemq.basedir}/tests/config/logging.properties.traces"
             -Djava.library.path="${activemq.basedir}/artemis-native/bin" 
-Djgroups.bind_addr=localhost 
-Dorg.apache.activemq.artemis.api.core.UDPBroadcastEndpointFactory.localBindAddress=localhost
             -Djava.net.preferIPv4Stack=true
          </activemq-surefire-argline>
    
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to