JBoss 6 中的事务日志记录
在这个问题中:
给出了一些说明配置 JBoss 来记录事务开始、提交等事件。我使用的是 JBoss 6,并且没有文件“.../server/conf/jbossjta-properties.xml”。在这个新版本中是否可以实现相同的日志记录?
In this question:
How to debug CMT transaction boundaries?
some instructions are given for configuring JBoss to log transaction begin, commit etc. events. I'm using JBoss 6, and don't have the file ".../server/conf/jbossjta-properties.xml". Is is possible to achieve the same logging in this newer version?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试在
jboss-logging.xml
文件中设置日志记录。您可以找到日志级别为
INFO
的记录器类别com.arjuna.ats
。您只需将其更改为TRACE
并检查它是否适合您。您可以在
log/server.log
文件中找到此类信息:You can try to set logging in
jboss-logging.xml
file.You can find there logger category
com.arjuna.ats
with log levelINFO
. You can just change it toTRACE
and check if it works for you.You can find such information in
log/server.log
file: