Skip to content

Releases: Msameim181/Python-Logging-Best-Practice

v0.1.5

30 Nov 18:37

Choose a tag to compare

  • Add get_trace_id function to fetch the trace_id anywhere you like to pass it to another service.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

24 Nov 06:10

Choose a tag to compare

  • Fix a minor issue

Full Changelog: v0.1.3...v0.1.4

v0.1.3

22 Nov 11:17

Choose a tag to compare

  • Update Documentation.
  • Enhance file Path and make parents directory if not exist.
  • Use tracer instead of trace

Full Changelog: v0.1.2...v0.1.3

v0.1.2

22 Nov 09:37

Choose a tag to compare

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.