When I deployed my rails 3.2.1 app in production mode, I saw a lot of log entries like: cache: [GET /] miss cache: [GET /<controller>/<action>] miss I would like to disable logging these entries. My config/environments/production.rb did not have config.log_level specified. So it should be :info by default. I tried config.log_level = :error, but it still spit out those log entries. How can I disable them, while keeping other logs for errors and fatals? Thanks for your help. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit https://groups.google.com/d/msg/rubyonrails-talk/-/5RuMnfYkD6oJ. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.