- Add Rails 7.1 dedicated
ActiveSupport::Deprecation
#365
- Add Rails 6 memory allocations to default log #355
-
Preserve original Action Cable functionality by using
prepend
instead of redefining methods #310 -
Return a
Rack::BodyProxy
from theRails::Rack::Logger
monkey patch, this ensures the same return type as Rails #333 -
Add a new formatter
Lograge::Formatters::KeyValueDeep.new
to log object with nested key. #282
- Resolve a bug with Action Cable registration #286
- Resolve a bug with Action Cable registration #289
- Add support for Action Cable #257
- Strip querystring from
Location
header #241
- Relax Rails gem dependency #235
- Configure multiple base controllers #230
- Bug fix for configurable controllers #228
- Configurable base class #227
- Replace thread-locals with
request_store
#218 - An alternative to the
append_info_to_payload
strategy #135
- Loosen Rails gem dependency #209
- Rails 5.1 support #208
- Rails 5.1 RC2 support #207
- Rails 5.1 RC1 support #205
- Rails 5 support #181
- Rails 5 rc2 support
- Rails 5 rc1 support #175
- Add support for Rails 5 beta 3 #169
- Fix an issue with LTSV formatter #162
- Support logging of unpermitted parameters in Rails 4+ #154
- Added LTSV formatter (https://github.com/takashi) #138
- Resolves #126 issues with status codes #134
- Resolves build failures under rails 3.2 caused by
logstash-event
dependency - Delay loading so
config.enabled=
works fromconfig/initializers/*.rb
(https://github.com/allori) #62
- Make sure rack_cache[:verbose] can be set #103
- Follow hash syntax for logstash-event v1.4.x #75
- Log RecordNotFound as 404 #27, #110, #112
- Use https in Gemfile #104
- Make rubocop pass
- Add formatter for lines (https://github.com/zimbatm/lines) #35
- Rubocop and rake ci task
- LICENSE.txt
- Performance optimizations (https://github.com/splattael) #9
- Add documentation on how to enable param logging #68
- Add missing JSON formatter to README #77
- Cleaning up gemspec
- Add formatter for l2met (https://github.com/BRMatt) #47
- Add JSON formatter (https://github.com/i0rek) #56
- Add
before_format
hook (https://github.com/i0rek) #59 - Add Ruby 2.1.0 for testing on Travis CI (https://github.com/salimane) #60
- Update Logstash formatter for Logstash 1.2 format (https://github.com/msaffitz) #55
- Add support for Graylog2 events (Lennart Koopmann, http://github.com/lennartkoopmann)
- Add support for Logstash events (Holger Just, http://github.com/meineerde)
- Add
custom_options
to allow adding custom key-value pairs at runtime (Adam Cooper, https://github.com/adamcooper)
- Fix for Rails 3.2.9
- Use keys everywhere (Curt Michols, http://github.com/asenchi)