On Feb 5, 2008, at 2:06 PM, John Joseph Bachir wrote:

> Hey folks.
>
> Using mongrel_rails, Is it possible to have multiple mongrel instances
> write to the same log file? I suppose that implementing this might
> incur a performance hit since each mongrel would need to lock and
> unlock the file in order to not weave the log messages together in an
> unreadable stream? Or perhaps all the log messages are single-line
> anyway.
>
> Thanks,
> john
>

Hi John,

You'll want to use something like SyslogLogger.

Regards, Jason
_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to