SQL Logging in Rails 1.1

I just upgraded to rails 1.1 and noticed that I no longer see the SQL
queries in the development log. Is there an easy way to enable the
logging of sql queries?

I’m using rails 1.1/sqlite3/mongrel on winxp pro.

Thanks!

Tabrez

I think mongrel uses production mode by default. Switch back to
development
mode.