Mongrel + Rails logging problem

Hi,

I'm currently using Mongrel 1.1.1, Rails 1.2.5, and Ruby 1.8.5 for my webapp on RHEL 5. When I had my app running on my windows machine, I could see all the SQL statements along with other information in development.log. But once I ported it over to the linux machine, all I can see in the log are things like: Rendered spell/_suggest_item (0.00103)

I tried changing config.log_level in environment.rb, but it has no effect at all.

Any idea?

Thanks, Alison

This is still an issue. Any idea please?

This is still an issue. Any idea please?

Is the environment.rb setting being overridden by development.rb/ production.rb ? Perhaps on your linux box you're running in production
mode ?

Fred