Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 570 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 570 Bytes

structlog-asgi

Eazy structlog configuration for asgi applications.

PyPI package

Source code

How to install

pip install structlog-asgi

Try out examples to see hot to use it. Install package structlog-asgi and copy example code or clone this repo.

Gunicorn with uvicorn worker

python -m examples.gunicorn

Only uvicorn

python -m examples.uvicorn