[Mongrel] mongrel logging on win32 platform and win32 service

2006-08-24 Thread linux user
Hi All I am usingversion 0.3.13.3 and since there is no logging support for win32 application. I was wondering if it was possible to get any kind of logging at all. I have tried tothese two options 1. Stream redirection using mongrel_rails start -c C:/myspace/snapshot -p 4111 -t 70 -e

Re: [Mongrel] mongrel logging on win32 platform and win32 service

2006-08-24 Thread linux user
On 8/24/06, linux user [EMAIL PROTECTED] wrote: Hi All I am usingversion 0.3.13.3 and since there is no logging support for win32 application. I was wondering if it was possible to get any kind of logging at all. I have tried tothese two options 1. Stream redirection using mongrel_rails

Re: [Mongrel] mongrel logging on win32 platform and win32 service

2006-08-25 Thread linux user
On 8/25/06, Luis Lavena [EMAIL PROTECTED] wrote: On 8/25/06, linux user [EMAIL PROTECTED] wrote:[snip] No these files are not there. I tried to locate mongrel.log in production.log, but its not there. I only have log/production.log but that was created by rails script when

Re: [Mongrel] mongrel logging on win32 platform and win32 service

2006-08-25 Thread linux user
On 8/25/06, Wilson Bilkovich [EMAIL PROTECTED] wrote: On 8/25/06, Luis Lavena [EMAIL PROTECTED] wrote: On 8/25/06, linux user [EMAIL PROTECTED] wrote: I am begining to think its platform related Win2K SP4, I don't have access to XP. May be I need to re-install ruby rails ?? but that would

Re: [Mongrel] mongrel logging on win32 platform and win32 service

2006-08-25 Thread linux user
On 8/25/06, Luis Lavena [EMAIL PROTECTED] wrote: On 8/25/06, linux user [EMAIL PROTECTED] wrote:[snip] Luis I should have checked the timestamp of production.log last time when I started mongrel -e production.Thanks I think I have solved the problem and I have found the conflicting option, but I

Re: [Mongrel] mongrel logging on win32 platform and win32 service

2006-08-25 Thread linux user
On 8/25/06, Luis Lavena [EMAIL PROTECTED] wrote: On 8/25/06, linux user [EMAIL PROTECTED] wrote:[snip] I will try this, but since all my 4 mongrels on a single machine start from the same application-root, this would cause out of sequence statements in log/request.log. It would have been so much

Re: [Mongrel] mongrel logging on win32 platform and win32 service

2006-08-25 Thread linux user
On 8/25/06, Luis Lavena [EMAIL PROTECTED] wrote: On 8/25/06, linux user [EMAIL PROTECTED] wrote:[snip] No by logging I mean capturing all output on console whether generated by puts,p,print or by mongrel in a log file.Ohhh, you're trying to debug your app using puts, print and p?bad Idea, follow

[Mongrel] running multiple mongrels from same application root - is it safe?

2006-08-25 Thread linux user
Hi All I was wondering if I runmultiple mongrels from same application root (one physical path) on the same machine is it safe as far as logging is concerned. I mean won't there be race conditions or file locks and out of sequence logging statements? TIA -daya

Re: [Mongrel] running multiple mongrels from same application root - is it safe?

2006-08-25 Thread linux user
On 8/25/06, Zed Shaw [EMAIL PROTECTED] wrote: On Fri, 2006-08-25 at 14:43 -0500, linux user wrote: Hi All I was wondering if I runmultiple mongrels from same application root (one physical path) on the same machine is it safe as far as logging is concerned. I mean won't there be race conditions