https://issues.apache.org/bugzilla/show_bug.cgi?id=48704
--- Comment #2 from Jess Holle <[email protected]> 2010-02-09 21:19:15 UTC --- Or you just avoid the contention of trying to share one log file across multiple processes, e.g. by using process id (and host name as needed) in the log file name. [The process id is readily available in Java 5 and higher.] -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
