]
Vitalii Chepeliuk updated ISPN-2042:
------------------------------------
Assignee: Vitalii Chepeliuk (was: Galder ZamarreƱo)
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
Security Level: Public(Everyone can see)
Components: Test Suite - Core
Reporter: Galder ZamarreƱo
Assignee: Vitalii Chepeliuk
Priority: Minor
Labels: hackathon
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.