You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle case when config.logger is already a BroadcastLogger:
- This commit avoids having `Rails.logger` be a two level nested
BroadcastLogger. Side note that Nesting BroadcastLogger works and is
supported by the implementation but we shouldn't do it in that
case as it's confusing for the user.
0 commit comments