golubevpavel
unread,Sep 16, 2008, 10:46:51 AM9/16/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Phusion Passenger Discussions
Hi.
I have config.log_level = :debug in my config/environments/
production.rb
When I start application under mongrel, it prints sql queries in log/
production.log.
But when I start application under mod_rails, it works, like
config.log_level is set to :info. No debug info in printed in log.
Is it a bug? Or how do I fix this issue? Thanks a lot!