How can I disable logging for caching in "rails 4.1"? Specifically I'm trying to get rid of fragment caching log entries like these:
Write fragment views/... (0.3ms)
Read fragment views/... (0.3ms)
How can I disable logging for caching in "rails 4.1"? Specifically I'm trying to get rid of fragment caching log entries like these:
Write fragment views/... (0.3ms)
Read fragment views/... (0.3ms)
How about this?
Test locally with:
(With the usual caveat to test carefully in your own app. This "works," but is the hammer method, and can trap you or other, unwary programmers later.)