A member of my team is developing a Rails app on Windows XP. We are finding that when we run the app, either launching it within NetBeans or by opening a console and calling script/server
, the Rails development log does not scroll by. There is only the Webrick startup message. The app is definitely running, but when we hit various pages in the browser we aren't seeing any logging output.
When I look at the identical app on my OS X system, logging output works as expected.
I did make sure that it's running in Rails "development" environment.
Any ideas why logging would be suppressed?
Are there config params for the environment.rb file that would affect it?