Hi,
I am developing a Spring application which is to be deployed in a Tomcat container. I know that both Spring and Tomcat use commons logging to log their debug/info messages. My requirement is to have a log file which is specific to my application and this log file would contain all the traces/debug messages which my application outputs. How do I achieve this in Spring ?
Regards,
Sudipto


Reply With Quote
