Skip to content

Commit cb27867

Browse files
authored
Require complete active_support gem
According to this comment [1] we need to load the whole of active_support and cannot load the tagged_logging class individually. [1] rails/rails#47733 (comment)
1 parent 6b5548a commit cb27867

File tree

2 files changed

+1
-149
lines changed

2 files changed

+1
-149
lines changed

lib/active_support/tagged_logging.rb

Lines changed: 0 additions & 148 deletions
This file was deleted.

lib/sensible_logging/middlewares/tagged_logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: true
22

33
require 'ipaddr'
4-
require_relative '../../active_support/tagged_logging'
4+
require "active_support"
55
require_relative '../helpers/subdomain_parser'
66

77
# Allow custom tags to be captured

0 commit comments

Comments
 (0)