Releases: redb0/fastapi-logger
Releases · redb0/fastapi-logger
0.6.1
What's Changed
- Added an alias (
environment
) to theenv
attribute in theSentrySettings
model by @redb0 in #15 - Added the ability to log the
summary
anddescription
attributes from theAPIRoute
by @redb0 in #16 - Added the homepage attribute to pyproject.toml by @iloveitaly in #14
- Update format pyproject.toml and fix code stule by @redb0 in #18
New Contributors
- @iloveitaly made their first contribution in #14
Full Changelog: 0.5.0...0.6.1
0.5.0
What's Changed
- Added the ability to customize failed status codes during Sentry setup.
New Contributors
- @tolstoy92 made their first contribution in #13
Full Changelog: 0.4.5...0.5.0
0.4.3
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