tweak logging
Currently info will log all partials that are getting rendered. This clutters our logs Setting the logging to warn will not even log the url requested, the route used or the params submitted. That way we cannot debug any issues that come up.
We probably have to use different log levels for ActionView and the rest.