Andrew Dinn [
https://community.jboss.org/people/adinn] commented on the document
"TransactionMonitoringAndVisualization"
To view all comments on this document, visit:
https://community.jboss.org/docs/DOC-48255#comment-12361
--------------------------------------------------
Paul,
Why don't you use Byteman to log the info you need? This ought to be a lot cheaper
than globally switching on trace for the transactions code. Also, you should be able to
print more info than is printed by the trace code. If you develop a simple helper jar you
could also direct the data to a known location rather than having to trawl through the
log.
--------------------------------------------------