evrone/quiet_assets

Logs in test environment are cropped

Closed this issue · 3 comments

Requests (xhr, get) in TEST environment log are cropped also, but should not.

From README:

It is recommended that this gem only be used for development. To install, add this line to development group in your Gemfile:

gem 'quiet_assets', :group => :development

So QA should not be used in test env.

Thanks, you are completely right, but this does not solve the problem. Why are logs cropped this way?

They shouldn't be cropped. If QA is only in development group in your Gemfile then it mustn't be loaded in test environment at all. Could you please provide a portion of your logs? It can give me idea of what's going on.