Skip to content

Releases: FundingCircle/loga

v2.8.1

13 Feb 10:09
v2.8.1
0a39c78
Compare
Choose a tag to compare

What's Changed

  • Fix rails 7.1 support and migrate to github actions by @bliof-fc in #131

Full Changelog: v2.8.0...v2.8.1

Add open telemetry support

24 Nov 08:19
v2.8.0
0c3bbdd
Compare
Choose a tag to compare

loga will now propagate the ::OpenTelemetry::Trace.current_span fields to the logs:

  • _trace_id
  • _span_id

v2.7.0 Add sidekiq 7 support

03 Nov 13:33
v2.7.0
05f9c12
Compare
Choose a tag to compare
v2.7.0 Add sidekiq 7 support

v2.6.1 Fix sidekiq 6.4 compatibility

22 Feb 10:24
v2.6.1
ed96c3d
Compare
Choose a tag to compare
v2.6.1 Fix sidekiq 6.4 compatibility

v2.6.0 ruby 3 & rails 7

07 Jan 14:33
v2.6.0
73e7f29
Compare
Choose a tag to compare
  • Allow using the gem with rails 7
  • Add a build for ruby 3.0
  • Remove build for ruby 2.3

v2.3.1

14 May 12:56
8ff9683
Compare
Choose a tag to compare

Adds new configuration option hide_pii which defaults to true to hide email addresses in logs that get generated when an email is sent through action_mailer

Loga - Sidekiq integration

02 Jul 06:17
fba6cde
Compare
Choose a tag to compare

Add support for Sidekiq ~>5.0

Subscribe to ActionMailer events

14 May 14:06
89bd361
Compare
Choose a tag to compare

Subscribe to ActionMailer events:

  • receive
  • deliver
  • process

v2.1.1

08 Dec 11:37
Compare
Choose a tag to compare

v2.1.0

17 Nov 16:56
Compare
Choose a tag to compare

Changed

  • Replace ActiveSupport::Logger::SimpleFormatter with Loga::Formatters::SimpleFormatter
    when using simple format. The formatter adds level, timestamp, pid and tags prepended to the message