https://github.com/smsearcy/pyramid-debugtoolbar-structlog
Capture events logged via structlog and display in Pyramid Debug Toolbar
https://github.com/smsearcy/pyramid-debugtoolbar-structlog
pyramid-framework structlog
Last synced: 6 months ago
JSON representation
Capture events logged via structlog and display in Pyramid Debug Toolbar
- Host: GitHub
- URL: https://github.com/smsearcy/pyramid-debugtoolbar-structlog
- Owner: smsearcy
- License: mit
- Created: 2022-11-16T15:48:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-27T05:04:24.000Z (about 3 years ago)
- Last Synced: 2025-06-11T02:44:12.860Z (8 months ago)
- Topics: pyramid-framework, structlog
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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:
.. code-block::
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.