From: Tim Pease Date: 2008-02-14T00:58:15+09:00 Subject: Re: [ANN] Logging 0.7.0 (Quixotic Starfish) On Feb 12, 2008, at 9:22 PM, James Gray wrote: > On Feb 12, 2008, at 7:21 PM, Tim Pease wrote: > >> 1) a rolling file appender than can handle multiple processes logging >> to the same file > > Forgive my being too lazy to look to night, but what does this > mean? Would this feature make it possible to make something like > Rails logging multiprocess safe? > That is correct. Multiple Rails processes (i.e. mongrel clusters) can now safely log to the same file, have the file roll, and all the processes will use the newer log file. You can also use the Syslog appender in Logging and dump to the syslog service. This is good for collecting logs from multiple machines. Blessings, TwP