you running this on a windows or Nix server? ----- Original Message ----- From: Roy Satterfield<mailto:roys at okabashi.com> To: mongrel-users at rubyforge.org<mailto:mongrel-users at rubyforge.org> Sent: Wednesday, January 31, 2007 1:17 PM Subject: [Mongrel] Website down - Mongrel Log file issue... I am new to Mongrel. We have a website that was created by someone using Ruby. The problem we are having is that the mongrel log file is shutting the site down when the log file gets to 1mb. Is there a way to configure the log file to cycle at a given size? What are my options to keep the site running? Thanks for your help!! Roy _______________________________________________ Mongrel-users mailing list Mongrel-users at rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070128/9784b2bd/attachment.html
I am new to Mongrel. We have a website that was created by someone using Ruby. The problem we are having is that the mongrel log file is shutting the site down when the log file gets to 1mb. Is there a way to configure the log file to cycle at a given size? What are my options to keep the site running? Thanks for your help!! Roy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070131/79278a93/attachment.html
Matthew Whittaker
2007-Jan-31 21:34 UTC
[Mongrel] Website down - Mongrel Log file issue...
Do you have Ruby set to rotate the log file automatically at 1mb? If so, this is your problem. Turn off ALL automated log rotation within Ruby and have some external program manage your log files. Cheers, Matt On Jan 31, 2007, at 4:17 PM, Roy Satterfield wrote:> I am new to Mongrel. > > We have a website that was created by someone using Ruby. > > > > The problem we are having is that the mongrel log file is shutting > the site down when the log file gets to 1mb. > > Is there a way to configure the log file to cycle at a given size? > > What are my options to keep the site running? > > > > Thanks for your help!! > > Roy > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users-------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070131/5fe82366/attachment.html
Do you have a recommendation for an external program for managing log files? Thanks... Roy ________________________________ From: mongrel-users-bounces at rubyforge.org [mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Matthew Whittaker Sent: Wednesday, January 31, 2007 4:35 PM To: mongrel-users at rubyforge.org Subject: Re: [Mongrel] Website down - Mongrel Log file issue... Do you have Ruby set to rotate the log file automatically at 1mb? If so, this is your problem. Turn off ALL automated log rotation within Ruby and have some external program manage your log files. Cheers, Matt On Jan 31, 2007, at 4:17 PM, Roy Satterfield wrote: I am new to Mongrel. We have a website that was created by someone using Ruby. The problem we are having is that the mongrel log file is shutting the site down when the log file gets to 1mb. Is there a way to configure the log file to cycle at a given size? What are my options to keep the site running? Thanks for your help!! Roy _______________________________________________ Mongrel-users mailing list Mongrel-users at rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070131/bcdae6c9/attachment.html
On Wed, Jan 31, 2007 at 04:58:37PM -0500, Roy Satterfield wrote:> Do you have a recommendation for an external program for managing log > files?on *nix systems there''s usually logrotate. Jens -- webit! Gesellschaft f?r neue Medien mbH www.webit.de Dipl.-Wirtschaftsingenieur Jens Kr?mer kraemer at webit.de Schnorrstra?e 76 Tel +49 351 46766 0 D-01069 Dresden Fax +49 351 46766 66
Nix Server.. ________________________________ From: mongrel-users-bounces at rubyforge.org [mailto:mongrel-users-bounces at rubyforge.org] On Behalf Of Dave C Sent: Sunday, January 28, 2007 4:47 PM To: mongrel-users at rubyforge.org Subject: Re: [Mongrel] Website down - Mongrel Log file issue... you running this on a windows or Nix server? ----- Original Message ----- From: Roy Satterfield <mailto:roys at okabashi.com> To: mongrel-users at rubyforge.org Sent: Wednesday, January 31, 2007 1:17 PM Subject: [Mongrel] Website down - Mongrel Log file issue... I am new to Mongrel. We have a website that was created by someone using Ruby. The problem we are having is that the mongrel log file is shutting the site down when the log file gets to 1mb. Is there a way to configure the log file to cycle at a given size? What are my options to keep the site running? Thanks for your help!! Roy _______________________________________________ Mongrel-users mailing list Mongrel-users at rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20070131/c0c7270c/attachment-0001.html