Skip to main content

Fastapi Route Log

License

A FastAPI router for logging every request.

Installation

$ pip install fastapi_log

Dashboard testing

cd fastapi_route_log
uvicorn dev.main:app --reload

check the url: http://localhost:8000/fastapi_dashboard

Credential for Dashboard

Uername : admin

Password : 12345

Code Sample

from fastapi_log.log_request import LoggingRoute

app = FastAPI()
app.router.route_class = LoggingRoute

Example/Test

uvicorn example.main:app --reload

Sample Output

DASHBOARD

Dashboard

Output

{
    "type": "request",
    "uuid": "e024302b-f11b-4dbb-aadf-46a2ce702411",
    "env": null,
    "region": null,
    "name": null,
    "method": "POST",
    "useragent": {
        "family": "Firefox",
        "major": 88,
        "minor": 0,
        "patch": "88.0",
        "device": {
            "family": "Other",
            "brand": null,
            "model": null,
            "major": "0",
            "minor": "0",
            "patch": "0"
        },
        "os": {
            "family": "Ubuntu",
            "major": 0,
            "minor": 0,
            "patch": ""
        }
    },
    "url": "/test",
    "query": {},
    "body": {
        "name": "Prasanna",
        "userName": "Karthick",
        "age": "NULL",
        "Degree": 0
    },
    "length": null,
    "ts": "2021-05-16 22:50:41"
}
{
    "type": "metrics",
    "uuid": "e024302b-f11b-4dbb-aadf-46a2ce702411",
    "env": null,
    "region": null,
    "name": null,
    "method": "POST",
    "status_code": 200,
    "url": "/test",
    "query": {},
    "length": "65",
    "latency": "0.15",
    "ts": "2021-05-16 22:50:41"
}
INFO:     127.0.0.1:35984 - "POST /test HTTP/1.1" 200 OK

More Features are coming up - Keep waiting

Release files for fastapi-log 0.0.3

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for fastapi-log 0.0.3
File Size Uploaded
fastapi_log-0.0.3.tar.gz 12.3 kB Details

Release files / fastapi_log-0.0.3.tar.gz

Download URL fastapi_log-0.0.3.tar.gz
Size 12.3 kB
Tags Source
SHA-256 checksum
How to use checksums
b58906ab26801935b2206f99daec5482f30d48dee6a31a260c4a8cf31952226e
BLAKE2b-256 checksum
How to use checksums
156fe87d9821a79a7f2ffeb0c6dde7ecc0c48f7f2f985be8ac735f346fba4903
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.5

Release history Release notifications | RSS feed

This release

0.0.3 This release

1 release file

0.0.2

1 release file

0.0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page