diff options
author | Genadi Samokovarov <gsamokovarov@gmail.com> | 2016-06-10 12:00:19 +0300 |
---|---|---|
committer | Matthew Draper <matthew@trebex.net> | 2016-07-02 06:09:10 +0930 |
commit | 40fc3874f0ea720c0780b2eae72f48c0879f325e (patch) | |
tree | a949306448b859dd980c69b882d5691a026142f2 /actioncable/lib/action_cable/connection/stream_event_loop.rb | |
parent | ea40ec56ba9bb44c91ffd8b621718faf960f340d (diff) | |
download | rails-40fc3874f0ea720c0780b2eae72f48c0879f325e.tar.gz rails-40fc3874f0ea720c0780b2eae72f48c0879f325e.tar.bz2 rails-40fc3874f0ea720c0780b2eae72f48c0879f325e.zip |
Silence DebugExceptions template render logs during exceptions
When an exception is raised, those Action View rendering logs are just
noise for the end developer. I recently silenced those from Web Console,
as we do use Action View rendering in it as well. It used created a half
a screen of rendering logs. I think we can save those in this recent
push for cleaner development logs.
Now, the silencing is a bit hacky and we have a bunch of it now, so we
can also invest in turning off the logs directly from Action View
objects instead of silencing off the logging stream.
Diffstat (limited to 'actioncable/lib/action_cable/connection/stream_event_loop.rb')
0 files changed, 0 insertions, 0 deletions