Displaying 2 results from an estimated 2 matches for "production_debug".
2006 Aug 24
26
mongrel logging on win32 platform and win32 service
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 "mongrel_rails start -c C:/myspace/snapshot -p
4111 -t 70 -e production -P log/mongrel-1.pid > C:\temp\mongrel-1.log"
The console print the output stream
2006 Nov 04
0
no logs from mongrel on win2k
...here is where
mongrel should outputs its information. But it never does.
I only have log/production.log but that was created by rails script when the
application root was created and log/production.log is 0KB after load
testing mongrel for 1 hour.
The only logs I have are from rails logger in log/production_debug.log but
these (are not mongrel''s) log and they donot capture any output generated by
"puts, p or print" until and unless I go and change all my puts statement to
logger.debug.
I am on Windows 2000 SP4.
please help
TIA
-daya
-------------- next part --------------
An HTML attac...