/structlog-asgi

Eazy structlog configuration for asgi applications

Primary LanguagePythonMIT LicenseMIT

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