Skip to content

Commit

Permalink
✨ Support Alternate Loggers
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling authored and santry committed Nov 21, 2024
1 parent 972694a commit 2b73820
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/json_tagged_logger/formatter.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'active_support'
require 'active_support/core_ext/hash/keys'
require 'active_support/tagged_logging'
require 'json'

module JsonTaggedLogger
Expand Down
1 change: 0 additions & 1 deletion lib/json_tagged_logger/logger.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
require 'active_support'
require 'active_support/tagged_logging'

module JsonTaggedLogger
module Logger
Expand Down

0 comments on commit 2b73820

Please sign in to comment.