]
Dan Berindei updated ISPN-2042:
-------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 7.0.0.CR1
Resolution: Done
Add easy trace logging facility to the test suite
-------------------------------------------------
Key: ISPN-2042
URL:
https://issues.jboss.org/browse/ISPN-2042
Project: Infinispan
Issue Type: Task
Components: Test Suite - Core
Reporter: Galder ZamarreƱo
Assignee: Vitalii Chepeliuk
Priority: Minor
Labels: hackathon
Fix For: 7.0.0.CR1
Stuart did some XSLT magic
(
https://github.com/jbossas/jboss-as/commit/e0c6cdd53068e46a1c9d81d4649cb9...) to
enable TRACE logging for categories by simply passing
-Dtrace=org.mycategory1,org.mycategory2 when running the tests
Very useful stuff.