Releases: theforeman/journald-logger
Releases · theforeman/journald-logger
v2.0.4
- Return support for ruby 2.0.0
v2.0.3
- tag() now returns value returned from yield
- add silence_logger() alias for silence()
v2.0.2
[FIX] Fix silence implementation: should pass self
to the block and return block result
v2.0.1
[FIX] Implement Logger.silence
required by activerectord-session_store
v2.0.0
- 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
- fix constructor incompatibility between 1.0 and 1.1
- fix failure in exception() when backtrace is nil
v1.1.0
- Add minimum reporting level logic
- Exception default level changed to LOG_ERR
v1.0.1
- TracerLogger rewritten no to use method_missing. This also fixes
send()
method. Renamed to TraceLogger with backwards compatibility
- Some refactoring