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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changed
log: Moved verbose span enter/exit log records to
"tracing::span::active" target, allowing them to be filtered
separately (#833)
log: All span lifecycle log records without fields now have the Trace log filter, to guard against log users enabling them by
default with blanket level filtering (#833)
Fixed
log/macros: Fixed missing implicit imports of the tracing::field::debug and tracing::field::display functions inside
the macros when the "log" feature is enabled (#835)