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
feat logging: SetLocalLogLevel changes level in both directions
@ref tracing::Span::SetLocalLogLevel now overrides the global log level in both directions: can raise the threshold (suppress logs) or lower it (enable debug logs even if the global level is higher).
This PR leads to slowdown of a skipped `LOG_TRACE` from ~3 ns to ~10 ns, which we deemed acceptable. This place may be optimized in the future, especially if LTO will be re-enabled.
commit_hash:b4c0ab9b08409ef0cfeb10dce53ec913fb82df68
0 commit comments