Skip to content

Releases: redb0/fastapi-logger

0.5.0

18 Sep 10:33
Compare
Choose a tag to compare

What's Changed

  • Added the ability to customize failed status codes during Sentry setup.

New Contributors

Full Changelog: 0.4.5...0.5.0

0.4.3

18 Aug 16:00
Compare
Choose a tag to compare

Library contains:

  • Configuration of the logger using structlog for console, file, syslog, database
  • Middleware for access logger
  • Middleware for adding request ID
  • Model (SQLModel) for recording logs
  • Handler for writing logs to the database
  • Pydantic model for logger settings
  • Pydantic model for sentry settings
  • Sentry configuration function
  • Logger configuration function