Skip to content

Commit bf3ee6f

Browse files
committed
Embed video to make it stick out more
1 parent 2a6b4c0 commit bf3ee6f

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
*structlog* is *the* production-ready logging solution for Python:
3535

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.
3838
*structlog* leaves *you* in control.
3939
- **Fast**: *structlog* is not hamstrung by designs of yore.
4040
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
8686

8787
Once you feel inspired to try it out, check out our friendly [Getting Started tutorial](https://www.structlog.org/en/stable/getting-started.html).
8888

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-
9189
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/).
9290

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+
<p align="center">
94+
<iframe width="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>
95+
</p>
96+
9397

9498
## Credits
9599

0 commit comments

Comments
 (0)