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
LoggerThreadSafeLevel only impact the receiving logger
Fix: rails#46559
That's how it initially worked, but this was broken in
rails#34055
That PR replaced an instance variable by a class variable, causing
the level to be per thread, but to apply to all logger instances.
0 commit comments