Hi everybody,
I have deployed my application in jboss5
in my logs max no of log file backup created are 3 each of 10 mb
I noticed that server.1.log
server.2.log
server.3.log are created but, i found that
server.1.log
server.2.log are of 10 mb each when the application is running
but server.3.log size increases rapidly, a background thread keeps on writing to the server.3.log, the memory is actually buffer memory.
when i stop the application or kill the application memory get freed.
can anyone guide me/suggest me on this whether its a log4j issue or JBOSS issue.
How can i avoid this??