提交 c9b750f9 编写于 作者: G Gaurav Sharma

traditional make sense with `<tt>ActiveSupport::TaggedLogging</tt>`

上级 7f86ed8b
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册