From c9b750f951612c2075bc24e5ff9a630ce01206bf Mon Sep 17 00:00:00 2001 From: Gaurav Sharma Date: Fri, 18 Dec 2015 00:30:36 +0530 Subject: traditional make sense with `ActiveSupport::TaggedLogging` --- actioncable/lib/action_cable/connection/tagged_logger_proxy.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actioncable/lib/action_cable/connection/tagged_logger_proxy.rb b/actioncable/lib/action_cable/connection/tagged_logger_proxy.rb index e5319087fb..41afa9680a 100644 --- a/actioncable/lib/action_cable/connection/tagged_logger_proxy.rb +++ b/actioncable/lib/action_cable/connection/tagged_logger_proxy.rb @@ -1,7 +1,7 @@ module ActionCable module Connection - # Allows the use of per-connection tags against the server logger. This wouldn't work using the tradional - # ActiveSupport::TaggedLogging-enhanced Rails.logger, as that logger will reset the tags between requests. + # Allows the use of per-connection tags against the server logger. This wouldn't work using the traditional + # ActiveSupport::TaggedLogging enhanced Rails.logger, as that logger will reset the tags between requests. # The connection is long-lived, so it needs its own set of tags for its independent duration. class TaggedLoggerProxy attr_reader :tags -- cgit v1.2.3