All Projects → hynek → Structlog

hynek / Structlog

Licence: other
Structured Logging for Python

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Structlog

Zap
Blazing fast, structured, leveled logging in Go.
Stars: ✭ 14,384 (+677.51%)
Mutual labels:  logging, structured-logging
Pygogo
A Python logging library with superpowers
Stars: ✭ 265 (-85.68%)
Mutual labels:  logging, structured-logging
Jl
jl — JSON Logs, a development tool for working with structured JSON logging.
Stars: ✭ 194 (-89.51%)
Mutual labels:  logging, structured-logging
Documentation
Stars: ✭ 133 (-92.81%)
Mutual labels:  logging, structured-logging
Nlog
NLog - Advanced and Structured Logging for Various .NET Platforms
Stars: ✭ 5,296 (+186.27%)
Mutual labels:  logging, structured-logging
Timber Ruby
🌲 Great Ruby logging made easy.
Stars: ✭ 154 (-91.68%)
Mutual labels:  logging, structured-logging
Rz Go
Ripzap - Fast and 0 allocs leveled JSON logger for Go ⚡️. Dependency free.
Stars: ✭ 256 (-86.16%)
Mutual labels:  logging, structured-logging
Structured Log
A JavaScript implementation of Serilog's hybrid text/structured logging
Stars: ✭ 133 (-92.81%)
Mutual labels:  logging, structured-logging
Zerolog
Zero Allocation JSON Logger
Stars: ✭ 5,642 (+204.97%)
Mutual labels:  logging, structured-logging
Izumi
Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
Stars: ✭ 423 (-77.14%)
Mutual labels:  logging, structured-logging
Django Structlog
Structured Logging for Django
Stars: ✭ 127 (-93.14%)
Mutual labels:  logging, structured-logging
Slog
Structured, contextual, extensible, composable logging for Rust
Stars: ✭ 1,068 (-42.27%)
Mutual labels:  logging, structured-logging
Timber Elixir
🌲 Great Elixir logging made easy
Stars: ✭ 226 (-87.78%)
Mutual labels:  logging, structured-logging
Log
Structured Logging Made Easy
Stars: ✭ 350 (-81.08%)
Mutual labels:  logging, structured-logging
Cartus
A structured logging abstraction with multiple backends.
Stars: ✭ 21 (-98.86%)
Mutual labels:  logging, structured-logging
Sejil
Capture, view and filter your ASP.net core log events right from your app
Stars: ✭ 70 (-96.22%)
Mutual labels:  logging, structured-logging
Foundatio
Pluggable foundation blocks for building distributed apps.
Stars: ✭ 1,365 (-26.22%)
Mutual labels:  logging
Pg tail
' tail -f ' your PostgreSQL tables.
Stars: ✭ 106 (-94.27%)
Mutual labels:  logging
Debug
A tiny JavaScript debugging utility modelled after Node.js core's debugging technique. Works in Node.js and web browsers
Stars: ✭ 9,912 (+435.78%)
Mutual labels:  logging
Applicationinsights Php
Azure Application Insights SDK for PHP
Stars: ✭ 98 (-94.7%)
Mutual labels:  logging

structlog

Documentation License: MIT / Apache 2.0 PyPI release

structlog makes logging in Python faster, less painful, and more powerful by adding structure to your log entries. It has been successfully used in production at every scale since 2013, while embracing cutting-edge technologies like asyncio or type hints along the way, and influenced the design of structured logging packages in other ecosystems.

Thanks to its highly flexible design, it's up to you whether you want structlog to take care about the output of your log entries or whether you prefer to forward them to an existing logging system like the standard library's logging module.

https://github.com/hynek/structlog/blob/main/docs/_static/console_renderer.png?raw=true

A short explanation on why structured logging is good for you, and why structlog is the right tool for the job can be found in the Why chapter of our documentation.

Once you feel inspired to try it out, check out our friendly Getting Started tutorial that also contains detailed installation instructions!

If you prefer videos over reading, check out Markus Holtermann's DjangoCon Europe 2019 talk: Logging Rethought 2: The Actions of Frank Taylor Jr.

Getting Help

Please use the structlog tag on StackOverflow to get help.

Answering questions of your fellow developers is also a great way to help the project!

Project Information

structlog is dual-licensed under Apache License, version 2 and MIT, available from PyPI, the source code can be found on GitHub, the documentation at https://www.structlog.org/.

We collect useful third-party extension in our wiki.

structlog targets Python 3.6 and later. PyPy3 is known to work, but is not tested anymore.

structlog for Enterprise

Available as part of the Tidelift Subscription.

The maintainers of structlog and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source packages you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact packages you use. Learn more.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].