Skip to content

Commit 80bf6ce

Browse files
committed
De-dup and complete tutorials/next steps
1 parent 246a6c1 commit 80bf6ce

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ 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+
<!-- begin tutorials -->
8990
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/).
9091

9192
If you prefer videos over reading, check out [Markus Holtermann](https://chaos.social/@markush)'s talk *Logging Rethought 2: The Actions of Frank Taylor Jr.*:
@@ -95,7 +96,7 @@ If you prefer videos over reading, check out [Markus Holtermann](https://chaos.s
9596
<img width="50%" src="https://img.youtube.com/vi/Y5eyEgyHLLo/maxresdefault.jpg">
9697
</a>
9798
</p>
98-
99+
<!-- end tutorials -->
99100

100101
## Credits
101102

docs/getting-started.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,10 @@ You can use the sync and async logging methods interchangeably within the same a
246246

247247
Now you're all set for the rest of the user's guide and can start reading about [bound loggers](bound-loggers.md) -- the heart of *structlog*.
248248

249-
Or, if you prefer another, more in-depth tutorial, check out [*A Comprehensive Guide to Python Logging with structlog*](https://betterstack.com/community/guides/logging/structlog/).
250-
249+
```{include} ../README.md
250+
:start-after: <!-- begin tutorials -->
251+
:end-before: <!-- end tutorials -->
252+
```
251253

252254
[*better-exceptions*]: https://github.com/qix-/better-exceptions
253255
[recipe]: https://docs.python.org/3/howto/logging-cookbook.html#implementing-structured-logging

0 commit comments

Comments
 (0)