Skip to content

v4.7.1

Compare
Choose a tag to compare
@Baliedge Baliedge released this 16 Aug 14:25
· 104 commits to master since this release
e174b74

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.

by @Baliedge in #126.