Is there any way to configure Mongrel''s logging? Specifically, I''d like to get it to output to syslog. Our Rails apps already do this (via SyslogLogger) - is there any way to persuade Mongrel to do the same? Thanks! -- paul.butcher->msgCount++ Snetterton, Castle Combe, Cadwell Park... Who says I have a one track mind? MSN: paul at paulbutcher.com AIM: paulrabutcher Skype: paulrabutcher LinkedIn: https://www.linkedin.com/in/paulbutcher
On Fri, 2006-09-01 at 10:53 +0100, Paul Butcher wrote:> Is there any way to configure Mongrel''s logging? Specifically, I''d like to > get it to output to syslog. Our Rails apps already do this (via > SyslogLogger) - is there any way to persuade Mongrel to do the same?No, sorry Paul. Mongrel''s logging is super lo-fi, just intended for errors only. In normal functioning it usually doesn''t output anything but simple start-up messages and log messages for when there''s a crash. -- Zed A. Shaw http://www.zedshaw.com/ http://mongrel.rubyforge.org/ http://www.lingr.com/room/3yXhqKbfPy8 -- Come get help.
> No, sorry Paul. Mongrel''s logging is super lo-fi, just intended for > errors only. In normal functioning it usually doesn''t output anything > but simple start-up messages and log messages for when there''s a crash.Cheers Zed, Actually, it''s crashes in particular that we''re interested in. We have a system set up which examines anything sent to syslog and rings all the alarm bells if anything is logged with more than a certain severity. Ah well - I''m sure that we''ll find some other way to achieve this with Mongrel. Thanks, -- paul.butcher->msgCount++ Snetterton, Castle Combe, Cadwell Park... Who says I have a one track mind? MSN: paul at paulbutcher.com AIM: paulrabutcher Skype: paulrabutcher LinkedIn: https://www.linkedin.com/in/paulbutcher