roidrage / lograge

An attempt to tame Rails' default policy to log everything.
http://www.paperplanes.de/2012/3/14/on-notifications-logsubscribers-and-bringing-sanity-to-rails-logging.html
MIT License
3.47k stars 300 forks source link

Add Rails 6 memory allocations to default log (with fixed tests!) #355

Closed danielmklein closed 2 years ago

danielmklein commented 2 years ago

Rails 6 provides allocations to event subscribers now, so it would be nice to include these in the default stats when available

All of the credit here goes to @J-Swift in #307 -- I am merely fixing up the tests here!