Suppress asset output in log

This commit is contained in:
Sebastian Serth
2018-02-18 20:26:47 +01:00
parent 4f287c75a6
commit ab1c68596f

View File

@ -35,6 +35,9 @@ Rails.application.configure do
# yet still be able to expire them through the digest params. # yet still be able to expire them through the digest params.
config.assets.digest = true config.assets.digest = true
# Suppress logger output for asset requests.
config.assets.quiet = true
# Adds additional error checking when serving assets at runtime. # Adds additional error checking when serving assets at runtime.
# Checks for improperly declared sprockets dependencies. # Checks for improperly declared sprockets dependencies.
# Raises helpful error messages. # Raises helpful error messages.