-
-
Notifications
You must be signed in to change notification settings - Fork 223
Third party Extensions
Dave Hall edited this page Feb 17, 2024
·
12 revisions
Please feel free to add your extension in alphabetical order:
-
django-structlog
: Django and Celery structlog integration. -
logot
: Test whether your code is logging correctly. -
mflog
: opinionated python (structured) logging library built on structlog. -
multistructlog
:structlog
with multiple simultaneous logging backends. -
pytest-structlog
: make assertions about your log entries. -
structlog-extensions-nralbers
: Utility processors for converting Apache combined log output into elastic common schema. -
structlog-overtime
: Utilities for structlog with the goal of enabling complex use cases without having to defer to standard library logging. -
structlog-pretty
: Processors for prettier output like code-highlighters and pretty-printers. -
structlog-round
: Simple, light-weightstructlog
processor to round floats for prettier printing. -
structlog-sentry-logger
: A multi-purpose, pre-configured, performance-optimizedstructlog
logger with (optional) Sentry integration viastructlog-sentry
. -
structlog-sentry
: Sentry integration forstructlog
.
Everything that extends, wraps, or makes using structlog
easier qualifies here!