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.
What's Changed
Simplify log level usage by converting log level parameters to constant enum type. This type mirrors logrus.Level exactly so it can be easily converted (e.g. level := tracing.Level(logrus.GetLevel())).
Breaking Change: This is a breaking change to the tracing.WithLevel() option.
Fix documentation around meaning of level numbers.
Tag spans with log.level=<name> and log.levelNum=<n>.
Using StartScopeError() will also tag span in error status.