Atomikos Forum |
|
I have Atomikos configured with Log4J with an appender and every works as advertised. However, I noticed that I still am getting a tm.out file with logging that looks like this:
10-12-08 20:42:34,391 [main] Starting read of logfile /home/transactions/myapp-tx-59.log 10-12-08 20:42:34,391 [main] Done read of logfile 10-12-08 20:42:34,392 [main] Logfile closed: /home/transactions/myapp-tx-59.log 10-12-08 22:30:46,116 [main] Starting read of logfile /home/transactions/myapp-tx-60.log 10-12-08 22:30:46,191 [main] Done read of logfile Is there a way to get these messages to be redirected to my Log4J log file? Or does Atomikos need to have this seperate tm.out for some reason? Thanks |