> Do note that DailyRollingFileAppender have issues if you have > multiple instances (JVMs, Threads) logging to the same location. > > </asgeir>
Multiple JVMs will definately have problems, but that goes with ANY file-based appender. However I'm pretty sure that multiple threads within the same JVM are fine writing to the file-based appenders (including FileAppender). I've been doing this for ages now with no problems. cheers, Paul Smith --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
