Is it possible to have Padrino skip showing logging messages whenever it shows a static assets (image, js, css)?
From looking at padrino-core/logger.rb, it doesn't seem like it. Maybe it would make sense to have a setting that skips log messages if rack.env['sinatra.static_file'] is detected?