Releases: primait/prima_tracing.rs
Releases · primait/prima_tracing.rs
0.14.1
Changed
- No longer set the
tracing
max level features. This allows you to enable more verbose logging on runtime via theRUST_LOG
environment variable.
This should not affect most users, as the env filter by default is already set toerror
. In order to restore previous behavior you can enable thetracing
features yourself
tracing = {version = "0.1", features = ["max_level_debug", "release_max_level_info"]}
Commits
- [DEVEX-2390]: Allow for higher log levels in release mode (#128) by MaeIsBad
0.14.0
Updated
- Bumped opentelemetry version to 0.27
Commits
- prepare release (#127) by Cristiano Piemontese
- Bump the otel group with 4 updates (#124) by dependabot[bot]
- Update prima_bridge requirement from 0.18 to 0.19 (#125) by dependabot[bot]
- Update CODEOWNERS (#123) by Cristiano Piemontese
- Update prima_bridge requirement from 0.17 to 0.18 (#122) by dependabot[bot]
0.13.1
0.13.0
0.12.0
0.11.1
Fixed
- Shutdown the tracing provider before exiting (bug)
Commits
- [PAPAY-1395]: Explicitely shutdown the tracer provider (#113) by Mauro Rocchi
0.11.0
0.10.0
(yanked) 0.9.5
0.9.4
Fixed
- Added
error.type
,error.kind
,error.stack
anderror.message
to trace events (logs).
Commits
- Prepare release (#105) by Simone Cottini
- Prepare release 2024-05-20 (#104) by Simone Cottini
- [PLATFORM-1751]: Fix logs error tracking not working (#103) by Simone Cottini