Skip to content

Commit ab4e9f4

Browse files
authored
Update README.md
1 parent 29dfec4 commit ab4e9f4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
# fastapi-elasticsearch-middleware
1+
# Elasticsearch Logger Middleware for FastAPI
2+
3+
This middleware enables logging of requests and responses to Elasticsearch in a FastAPI application. It provides detailed logs including request method, URL path, query parameters, request and response headers, status code, and response body.
4+
5+
## Installation
6+
7+
You can install the middleware via pip:
8+
9+
```bash
10+
pip install fastapi-elasticsearch-middleware

0 commit comments

Comments
 (0)