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.

-- 
Posted via http://www.ruby-forum.com/.

-- 
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 rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to