On Jan 21, 2011, at 6:40 AM, Jim Burgess wrote:
Hi,
Webrick has stopped giving me any output as to what it is doing.
In the past it would show me what was going on internally as I
navigated
around my rails app (e.g it would show me any MySQL queries
performed or
if a template was missing).
Now when I start Webrick I get:
D:\Files\Rails projects\contact>ruby script/server
[2011-01-21 12:13:58] INFO WEBrick 1.3.1
[2011-01-21 12:13:58] INFO ruby 1.8.7 (2010-08-16) [i386-mingw32]
[2011-01-21 12:13:58] INFO WEBrick::HTTPServer#start: pid=2108
port=3000
and, regardless of what I do in my application, that's it!
When I press 'Control + C' to kill Webrick, I get:
[2011-01-21 12:19:32] INFO going to shutdown ...
[2011-01-21 12:19:32] INFO WEBrick::HTTPServer#start done.
D:\Files\Rails projects\contact>
Everything is still being written to my development log.
Can anyone give me an idea as to how I could fix this situation and
have
Webrick telling me what it's doing again.
Thanks very much in advance.
Is there any chance that you may have started in production mode? What
happens if you tail -f log/development.log or tail -f log/
production.log (assuming there's something like tail -f in Windows?).
Walter
--
You received this message because you are subscribed to the Google Groups "Ruby on
Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.