Skip to content

v1.0.6

Compare
Choose a tag to compare
@GGontijo GGontijo released this 13 May 18:21
· 17 commits to main since this release

Initial Release - 1.0.6

This is the first version of the Elasticsearch Logger Middleware for FastAPI. Designed to streamline logging processes, this middleware seamlessly integrates with FastAPI applications, facilitating direct logging to Elasticsearch servers.

Key Features:

  1. Elasticsearch Integration: Now it's possible to send logs directly to an Elasticsearch server for storage and analysis.
  2. Flexible Configuration: Supports a variety of configuration options to adapt to specific environment needs.
  3. Detailed Data Logging: Logs detailed data about HTTP requests, including headers, query parameters, and request body.
  4. Effortless Telemetry: Enjoy automated telemetry generation for monitoring request elapsed time, providing valuable insights into application performance.
  5. Enhanced Data Control for Elasticsearch Payloads: You have the option to control the size of Elasticsearch payload arrays and strings using the 'limit' parameter. This allows for efficient resource management and helps keep Elasticsearch indices within manageable bounds.