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
We currently instantiate separate stdout sinks for each log message format, with their own buffers, etc. It would probably be a bit more efficient to use a single global sink instead to avoid unnecessary lock contention across concurrent writes.
We currently instantiate separate stdout sinks for each log message format, with their own buffers, etc. It would probably be a bit more efficient to use a single global sink instead to avoid unnecessary lock contention across concurrent writes.