shadabahmed / logstasher

Awesome rails logs
MIT License
817 stars 136 forks source link

Filter out connection from log entry to prevent serialization errors #160

Closed petergoldstein closed 3 years ago

petergoldstein commented 3 years ago

@shadabahmed This PR is a more targeted version of https://github.com/shadabahmed/logstasher/pull/151 , isolating the changes @kyrylo made for connection filtering from the earlier runtime PR. I believe it should be added as we add support for Rails 6.0/6.1

For what it's worth, this all seems to run green under Rails 6.0 (with one warning), so we can just add that to the matrix