Sha256: 610706418c1ebf1fe39117c2b5693a3b06d945f74e774996849d19ad63e1006f
Contents?: true
Size: 1.95 KB
Versions: 1
Compression:
Stored size: 1.95 KB
Contents
### 0.3.1 (2019-06-09) [Full Changelog](https://github.com/emartech/ezlog/compare/v0.2.2...v0.3.1) * Features & enhancements * Unified access log for Rails * 1 message per request * Includes request ID, parameters, response code * Non-verbose logging of uncaught exceptions in Rails apps * 1 message per error * Use ERROR level instead of FATAL * [Rack::Timeout](https://github.com/heroku/rack-timeout) logging is now completely turned off, because Timeout errors are handled by the application's error logger and we don't want duplicated log messages * Bug fixes * Fix bug where the application log level wasn't set to INFO by default but remained on DEBUG ### 0.2.2 (2019-05-19) [Full Changelog](https://github.com/emartech/ezlog/compare/v0.2.1...v0.2.2) * Features & enhancements * [Sidekiq](https://github.com/mperham/sidekiq) error handler now logs the same job context as the JobLogger ### 0.2.1 (2019-05-17) [Full Changelog](https://github.com/emartech/ezlog/compare/v0.2.0...v0.2.1) * Features & enhancements * Provide logger creation mechanism so that projects don't explicitly depend on [Logging](https://github.com/TwP/logging) * Error handler for [Sidekiq](https://github.com/mperham/sidekiq) which logs the error in a single message (instead of 3 messages) * Add `run_count` to [Sidekiq](https://github.com/mperham/sidekiq) job log messages indicating how many times a job has run * Bug fixes * Fix bug where exceptions without a backtrace would not get logged ### 0.2.0 (2019-05-12) First version of the gem including the following: * Features & enhancements * Use [Logging](https://github.com/TwP/logging) library for all logging * Includes logging layout for JSON logging to STDOUT * JobLogger for [Sidekiq](https://github.com/mperham/sidekiq) * Filter [Rack::Timeout](https://github.com/heroku/rack-timeout) logs to WARN level and above * [RSpec](https://rspec.info/) support * Rails integration via Railtie
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ezlog-0.3.1 | CHANGELOG.md |