Releases: Msameim181/Python-Logging-Best-Practice
Releases · Msameim181/Python-Logging-Best-Practice
v0.1.5
- Add
get_trace_idfunction to fetch thetrace_idanywhere you like to pass it to another service.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
- Fix a minor issue
Full Changelog: v0.1.3...v0.1.4
v0.1.3
- Update Documentation.
- Enhance file Path and make parents directory if not exist.
- Use
tracerinstead oftrace
Full Changelog: v0.1.2...v0.1.3
v0.1.2
This is the first release, contains:
- Documentation improvement.
- Example improvement.
- Showcase using dependency injection and simple usage.
- FastAPI integration with trancing Request using
X-Request-ID. - Fixed some minor issues.