Tilfin Ougai Versions Save

A Ruby structured logging is capable of handling a message, custom data or an exception easily and generates JSON or human readable logs.

v1.7.0

6 years ago
  • Optimize performance with applying frozen_string_literal (by @skatkov)
  • Drop the support of Ruby version lower than 2.3

v1.6.6

6 years ago
  • Revive JRuby support with JrJackson instead of Oj

v1.6.5

6 years ago
  • Fix the problem that data which is not a Hash or cannot respond to_hash is not output

v1.6.4

6 years ago
  • Fix formatter to support time upto milliseconds
  • Refactor formatters

v1.6.3

6 years ago
  • Add Ougai::Formatters::Pino compatible with pino
  • Refactor to unity the initialize arguments of Ougai::Formatters

v1.6.1

6 years ago
  • Use Oj as JSON generator in Bunyan formatter
    • Converting decendant objects of data by their as_json, to_json or to_hash

v1.5.8

6 years ago
  • Fixed formatter#call with data as string

v1.5.7

6 years ago
  • Added formatter supports serialize_backtrace attribute

v1.5.6

6 years ago
  • Fix that bunyan formatter initialize does not receive arguments
  • Be faster

v1.5.5

6 years ago
  • Support child method with a block (by @eropple)