I can’t seem to disable rails logging when using Mongrel. Any fix for
this?
Also unanswered on the Rails forum:
http://www.ruby-forum.com/topic/109422#784596
Re: how can I disable the SQL logging which occurs in develo
Posted by Greg H. (Guest) on 29.05.2007 21:22
You’re exactly correct Isak! Thanks.
The logging functionality worked as it should in webrick. Is seems
screwed up in Mongrel. I’ll swap to using webrick in development (and
try to
find out where/how to let the Mongrel team about this).
Interestingly I noted that with webrick the logging doesn’t come out on
the console, but rather I had to open a second iTerm and tail the log
file
itself. Perhaps there is a “script/server webrick” setting I could use
to enable logging to console if I went looking.
Tks
Greg