Spring hibernate Transaction Logging

后端 未结 2 466
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 07:35

how can we log spring Transaction mechanism. i am showing below example shown in Spring Doc sec 10.5.2.if i want to logging upto this level how to do that

i am usin

2条回答
  •  遥遥无期
    2021-01-05 08:38

    There's a section about Logging in the Spring Reference.

    It shows how to configure different logging frameworks, among them log4j

    In your case the last line of the config would be:

    log4j.logger.org.springframework.transaction=DEBUG
    

提交回复
热议问题