We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3aea8c commit 2473acbCopy full SHA for 2473acb
lib/rails_semantic_logger/extensions/active_support/logger.rb
@@ -4,7 +4,7 @@ module ActiveSupport
4
# More hacks to try and stop Rails from being it's own worst enemy.
5
class Logger
6
class << self
7
- undef :logger_outputs_to?, :broadcast
+ undef :logger_outputs_to?
8
end
9
10
# Prevent Console from trying to merge loggers
0 commit comments