Skip to content

Capture events logged via structlog and display in Pyramid Debug Toolbar

License

Notifications You must be signed in to change notification settings

smsearcy/pyramid-debugtoolbar-structlog

Repository files navigation

structlog Panel for pyramid_debugtoolbar

Provide a panel to capture events logged via structlog and display them in the Pyramid DebugToolbar.

Demo

To check out the demonstration site:

git clone https://github.com/smsearcy/pyramid-debugtoolbar-structlog.git
cd pyramid-debugtoolbar-structlog
python -m venv venv
venv/bin/activate
pip install -e .[demo]
cd demo
python demo.py

Once running, browse to http://localhost:6543.

About

Capture events logged via structlog and display in Pyramid Debug Toolbar

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages