gpt4 book ai didi

tomcat - 从 catalina.out 禁用 atomikos 日志记录

转载 作者:行者123 更新时间:2023-11-28 22:13:46 29 4
gpt4 key购买 nike

我想将 atomikos 日志级别设置为高于 INFO。 Tomcat 的 catalina.out 日志文件写入许多 INFO 消息,导致事务需要很长时间才能完成。

在启动期间,catalina.out 包含:

18:11:51,481  INFO [main] AbstractUserTransactionService:16 - USING com.atomikos.icatch.console_log_level = WARN

在一次交易中,多次向catalina.out写入以下内容。

18:12:05,072  INFO [http-8080-1] CompositeTransactionImp:16 - registerSynchronization ( com.atomikos.jdbc.AtomikosConnectionProxy$JdbcRequeueSynchronization@7b60ad0 ) for transaction 127.0.0.1.tm0000100018  
18:12:05,072 INFO [http-8080-1] AtomikosConnectionProxy:16 - atomikos connection proxy for Pooled connection wrapping physical connection org.postgresql.jdbc4.Jdbc4Connection@37955233: calling prepareStatement...
18:12:05,073 INFO [http-8080-1] AtomikosConnectionProxy:16 - atomikos connection proxy for Pooled connection wrapping physical connection org.postgresql.jdbc4.Jdbc4Connection@37955233: isClosed()...
18:12:05,073 INFO [http-8080-1] AtomikosConnectionProxy:16 - atomikos connection proxy for Pooled connection wrapping physical connection org.postgresql.jdbc4.Jdbc4Connection@37955233: calling getWarnings...
18:12:05,073 INFO [http-8080-1] AtomikosConnectionProxy:16 - atomikos connection proxy for Pooled connection wrapping physical connection org.postgresql.jdbc4.Jdbc4Connection@37955233: calling clearWarnings...
18:12:05,073 INFO [http-8080-1] AtomikosConnectionProxy:16 - atomikos connection proxy for Pooled connection wrapping physical connection org.postgresql.jdbc4.Jdbc4Connection@37955233: close()...

我已尝试在 conf/logging.properties 中将 atomikos 级别设置为 WARN,但 INFO 日志仍在写入。我什至从 logging.properties 中删除了 ConsoleHandler,但 catalina.out 仍在写入。

在我的 webapp 目录中,我更新了 log4j.xml 以包含以下内容,但仍然获取日志。

<logger name="com.atomikos">
<level value="ERROR"/>
</logger>

最佳答案

在 Atomikos 3.7 中,设置以下系统属性:

com.atomikos.icatch.console_log_level=WARN

参见 this link对于所有 Atomikos JTA 属性

从 Atomikos 3.8 开始,通过 SLF4j 大大改进了与 log4j 的集成。

参见 configuring the logs

关于tomcat - 从 catalina.out 禁用 atomikos 日志记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14900629/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com