Releases: tilfin/ougai
Releases · tilfin/ougai
Version 1.1.0
- Formatters::Readable constructor supports
excluded_fields
option
Version 1.0.0
- Implement
with_fields
the fields of which add to all logs
Version 0.9.0
- Implement
unknown
log method - Improve inner logics
Version 0.8.0
- Support block
- Support Rails 5.1
- Evaluate log level ahead to skip redundant serialization
Version 0.7.4
- Fixed the failure to use default hostname that contains UTF-8 chars.
Version 0.7.1
- Avoid a method name conflict against ActiveSupport on Readable formatter
Version 0.7.0
- Support formatter plugins
- Default formatter
Ougai::Formatters::Bunyan
that is compatible with Bunyan - Add human readble formatter as
Ougai::Formatters::Readable
Version 0.3.0
- Support logging with exception and data
- Add logger.ex_key and logger.ex_trace_indent
Version 0.2.0
- Support only a data with msg or logger.default_message
- Add logger.app_name for your progname, its default is the basename of runfile.
- Easily extendable
Version 0.1.2
- Fix to log only an exception