SQL logging

Hi,

SQL logging is working in development environment,but it doesnt in production environment ,can anybody help me

Thanks&Regards, Loganathan.s

You should be able to put:

**config.log_level = :debug**

into your config/environments/production.rb file.

Be advised though, this is turned off in production for reasons of performance, and it shouldn’t be used all the time.