Re: log4j to log to different files for each JVM instance

2010-12-30 Thread Jacob Kjome
Use placeholders in the config file and set system properties on the command line starting the JVM process. Jake On 12/29/2010 11:19 PM, lalpop kumar wrote: > how can I configure log4j to log to different files for each JVM instance in > the sam

log4j to log to different files for each JVM instance

2010-12-29 Thread lalpop kumar
how can I configure log4j to log to different files for each JVM instance in the same host?