Skip to content

Releases: theforeman/journald-logger

v2.0.4

09 Oct 11:19
48001bb

Choose a tag to compare

  • Return support for ruby 2.0.0

v2.0.3

14 Mar 11:15

Choose a tag to compare

  • tag() now returns value returned from yield
  • add silence_logger() alias for silence()

v2.0.2

28 Aug 14:57

Choose a tag to compare

[FIX] Fix silence implementation: should pass self to the block and return block result

v2.0.1

28 Aug 13:26

Choose a tag to compare

[FIX] Implement Logger.silence required by activerectord-session_store

v2.0.0

24 Aug 20:15

Choose a tag to compare

  • Gem now depends on Ruby 2.1
  • Tag syntax changed to hash style (this breaks all 1.x tag calls) and accepts multiple tags at once
  • Tagging with block now restores previous tag values
  • Removed TracerLogger alias for TraceLogger

v1.1.1

18 Dec 15:02

Choose a tag to compare

  • fix constructor incompatibility between 1.0 and 1.1
  • fix failure in exception() when backtrace is nil

v1.1.0

17 Dec 10:41

Choose a tag to compare

  • Add minimum reporting level logic
  • Exception default level changed to LOG_ERR

v1.0.1

11 Dec 10:06

Choose a tag to compare

  • TracerLogger rewritten no to use method_missing. This also fixes send() method. Renamed to TraceLogger with backwards compatibility
  • Some refactoring

v1.0.0

20 Nov 20:40

Choose a tag to compare

Initial stable release