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.

v2.0.0

3 years ago
  • Change to merge hash fields of custom fields recursively (thanks to @flexoid #118)

v1.9.1

3 years ago
  • Fix the compatibility with ActiveSupport features for ver 1.9 (thanks @haines)

v1.9.0

3 years ago
  • Ruby 3 support
  • Logger and ChildLogger support add and log method with Ougai extended arguments (thanks @kalmenius)

v1.8.5

4 years ago
  • Fix deprecation warning on Ruby 2.7 (by @haines)

v1.8.4

4 years ago
  • Use amazing_print instead of awesome_print (by @qortex)

v1.8.3

4 years ago
  • Change Ruby support versions between 2.4 and 2.7
  • Update dependencies

v1.8.2

4 years ago
  • Fix broadcast feature if a logging method is called with a block
  • Fix that the Readable formatter destroys a data hash

v1.8.1

4 years ago
  • Logger.new supports formatter argument

v1.8.0

4 years ago
  • Child Logger supports level setter.
  • Change generating sub-class ChildLogger for each sub-class Logger
  • Fix the wrong example for broadcast method

v1.7.1

5 years ago
  • Fix warning instance variable not initialized