Skip to content

Commit 2473acb

Browse files
committed
fix: remove undef :broadcast since ActiveSupport::Logger dropped it
1 parent f3aea8c commit 2473acb

File tree

1 file changed

+1
-1
lines changed
  • lib/rails_semantic_logger/extensions/active_support

1 file changed

+1
-1
lines changed

lib/rails_semantic_logger/extensions/active_support/logger.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module ActiveSupport
44
# More hacks to try and stop Rails from being it's own worst enemy.
55
class Logger
66
class << self
7-
undef :logger_outputs_to?, :broadcast
7+
undef :logger_outputs_to?
88
end
99

1010
# Prevent Console from trying to merge loggers

0 commit comments

Comments
 (0)