Read more

Mute Rails asset pipeline log messages

Thomas Klemm
May 07, 2014Software engineer

quiet_assets helps with disabling asset pipeline log messages in the development log. When the gem is added, asset pipeline logs are suppressed by default.

Illustration web development

Do you need DevOps-experts?

Your development team has a full backlog? No time for infrastructure architecture? Our DevOps team is ready to support you!

  • We build reliable cloud solutions with Infrastructure as code
  • We are experts in security, Linux and databases
  • We support your dev team to perform
Read more Show archive.org snapshot

If you want to disable muting temporarily, add config.quiet_assets = false to your config/application.rb.

Posted by Thomas Klemm to makandra dev (2014-05-07 16:03)