Ruby on Rails Monday, April 10, 2017

For reasons I will reveal at my Railsconf talk I am sending Data URIs through ActionCable.

These are rather large strings, which leads to a lot of noise in development, because ActionCable logs the entire message payload.

I have monkey patched around it, but I wanted to gauge whether this is something worth submitting a pull request against Rails for?
Does anyone know of any existing precedent for suppressing log output to avoid spamming it?

Thanks.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/50c01557-f555-448d-8757-bb937f834e40%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment