Possible Duplicate:
How to disable logging of asset pipeline (sprockets) messages in Rails 3.1?
Since enabling the asset pipeline my development log is full of things like:
Started GET "/assets/icons/close_32.png" for 127.0.0.1 at 2011-09-19 11:05:39 +0100
Started GET "/assets/vendor/colorbox/controls.png" for 127.0.0.1 at 2011-09-19 11:05:39 +0100
Served asset /icons/close_32.png - 304 Not Modified (0ms)
Served asset /vendor/colorbox/controls.png - 304 Not Modified (0ms)
This means that getting to the actual request in a log requires a lot of scrolling. I very rarely, if ever, care about these asset requests in my log so is there a way to disable logging for the asset requests?