aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
diff options
context:
space:
mode:
authorGaurav Sharma <gaurav2728@gmail.com>2015-12-18 00:30:36 +0530
committerGaurav Sharma <gaurav2728@gmail.com>2015-12-18 00:30:36 +0530
commitc9b750f951612c2075bc24e5ff9a630ce01206bf (patch)
tree4cc9b95edab14c1d5e156189cacb00b47550394d /actioncable
parent7f86ed8b36b534cf94fe2ff47ae71956b57893ac (diff)
downloadrails-c9b750f951612c2075bc24e5ff9a630ce01206bf.tar.gz
rails-c9b750f951612c2075bc24e5ff9a630ce01206bf.tar.bz2
rails-c9b750f951612c2075bc24e5ff9a630ce01206bf.zip
traditional make sense with `<tt>ActiveSupport::TaggedLogging</tt>`
Diffstat (limited to 'actioncable')
-rw-r--r--actioncable/lib/action_cable/connection/tagged_logger_proxy.rb4
1 files 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
+ # <tt>ActiveSupport::TaggedLogging</tt> 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