You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,8 +33,8 @@
33
33
34
34
*structlog* is *the* production-ready logging solution for Python:
35
35
36
-
-**Simple**: At its core, everything is about **functions** that take and return **dictionaries** – all hidden behind **familiar APIs**.
37
-
-**Powerful**: Functions and dictionaries aren’t just simple, they’re also powerful.
36
+
-**Simple**: Everything is about **functions** that take and return **dictionaries** – all hidden behind **familiar APIs**.
37
+
-**Powerful**: Functions and dictionaries aren’t just simple but also powerful.
38
38
*structlog* leaves *you* in control.
39
39
-**Fast**: *structlog* is not hamstrung by designs of yore.
40
40
Its flexibility comes not at the price of performance.
@@ -86,10 +86,14 @@ A short explanation on *why* structured logging is good for you, and why *struct
86
86
87
87
Once you feel inspired to try it out, check out our friendly [Getting Started tutorial](https://www.structlog.org/en/stable/getting-started.html).
88
88
89
-
If you prefer videos over reading, check out [Markus Holtermann](https://twitter.com/m_holtermann)'s DjangoCon Europe 2019 talk: [*Logging Rethought 2: The Actions of Frank Taylor Jr.*](https://www.youtube.com/watch?v=Y5eyEgyHLLo)
90
-
91
89
For a fully-fledged zero-to-hero tutorial, check out [*A Comprehensive Guide to Python Logging with structlog*](https://betterstack.com/community/guides/logging/structlog/).
92
90
91
+
If you prefer videos over reading, check out [Markus Holtermann](https://chaos.social/@markush)'s DjangoCon Europe 2019 talk *Logging Rethought 2: The Actions of Frank Taylor Jr.*:
92
+
93
+
<palign="center">
94
+
<iframewidth="560"height="315"src="https://www.youtube-nocookie.com/embed/Y5eyEgyHLLo?si=l0kNyyP9E4rmzKE5"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"allowfullscreen></iframe>
0 commit comments