Avoid the annoying "Server asset... Not modified ..." messages on logs

Posted . Visible to the public.

There seems to be other ways to deal with this, but a simple filter with grep can help:

tail -f log/development.log | grep -vE "(^\s*$|asset)"

Thanks to: https://github.com/rails/rails/issues/2639

Profile picture of Saul
Saul
Keywords
rails, web, server, passenger, thin
Posted by Saul to rails (2012-12-14 17:34)