Skip to content

Releases: tilfin/ougai

Version 1.1.0

24 Jul 04:00
Compare
Choose a tag to compare
  • Formatters::Readable constructor supports excluded_fields option

Version 1.0.0

22 Jul 12:24
Compare
Choose a tag to compare
  • Implement with_fields the fields of which add to all logs

Version 0.9.0

01 Jul 09:34
Compare
Choose a tag to compare
  • Implement unknown log method
  • Improve inner logics

Version 0.8.0

24 Jun 13:03
Compare
Choose a tag to compare
  • Support block
  • Support Rails 5.1
  • Evaluate log level ahead to skip redundant serialization

Version 0.7.4

17 May 11:43
Compare
Choose a tag to compare
  • Fixed the failure to use default hostname that contains UTF-8 chars.

Version 0.7.1

03 Nov 05:21
Compare
Choose a tag to compare
  • Avoid a method name conflict against ActiveSupport on Readable formatter

Version 0.7.0

02 Nov 16:58
Compare
Choose a tag to compare
  • 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

28 Oct 14:54
Compare
Choose a tag to compare
  • Support logging with exception and data
  • Add logger.ex_key and logger.ex_trace_indent

Version 0.2.0

28 Oct 09:41
Compare
Choose a tag to compare
  • 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

22 Oct 04:14
Compare
Choose a tag to compare
  • Fix to log only an exception