fix: remove assets and health check logs

This commit is contained in:
Karol Sójko
2020-08-11 12:37:12 +02:00
parent 3a22265426
commit 7ccb3fc99f
3 changed files with 7 additions and 0 deletions

View File

@@ -52,6 +52,9 @@ Rails.application.configure do
# yet still be able to expire them through the digest params.
config.assets.digest = true
config.assets.logger = false
config.assets.quiet = true
# `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
# Specifies the header that your server uses for sending files.