how can I disable "cache: [GET /] miss" logs?

9 views
Skip to first unread message

hau

unread,
Feb 10, 2012, 10:17:33 AM2/10/12
to rubyonra...@googlegroups.com
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.
Reply all
Reply to author
Forward
0 new messages