How to configure a separate log file(Log4j) for a specific application in
JBoss?
I have modified jboss-service.xml as follows:
I have created a file D:\Servers\jboss-4.0.5.GA\server\default\conf\routing_log4j.xml
What I am expecting is only log specific to my application will be written to my log file , but a lot of log is getting generated in my log file (routing.txt)
Where I am doing mistake, Please help in this regard
Thank you