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 the

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

2006-08-25 Thread Luis Lavena
On 8/25/06, linux user [EMAIL PROTECTED] wrote: [snip] Luis I tried this too an fresh rails application and use the following command to start mongrel mongrel_rails start -c C:/temp/snap -e production the only log file I get in the log folder are development.log mongrel_debug\files.log

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

2006-08-25 Thread Wilson Bilkovich
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 be ridiculous. I have installed ruby,

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

2006-08-25 Thread Luis Lavena
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

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 be

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 Luis Lavena
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 Ezra suggestion, doing that could brake

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

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

2006-08-25 Thread Ezra Zygmuntowicz
On Aug 25, 2006, at 12:40 PM, linux user wrote: 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

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

2006-08-25 Thread Zed Shaw
On Fri, 2006-08-25 at 11:29 -0400, Wilson Bilkovich 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

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

2006-08-25 Thread Wilson Bilkovich
On 8/25/06, Zed Shaw [EMAIL PROTECTED] wrote: On Fri, 2006-08-25 at 11:29 -0400, Wilson Bilkovich 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

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-24 Thread Luis Lavena
On 8/24/06, linux user [EMAIL PROTECTED] wrote: Hi All I am using version 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 to these two options 1. Stream redirection using

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

2006-08-24 Thread Luis Lavena
On 8/24/06, linux user [EMAIL PROTECTED] wrote: On 8/24/06, Luis Lavena [EMAIL PROTECTED] wrote: On 8/24/06, linux user [EMAIL PROTECTED] wrote: Hi All I am using version 0.3.13.3 and since there is no logging support for win32 application. I was wondering if it was possible