https://github.com/python/cpython/commit/7d2c2f24daf7a2abd166bb51652ba55c6f55695f
commit: 7d2c2f24daf7a2abd166bb51652ba55c6f55695f
branch: main
author: Alexander Bessman <[email protected]>
committer: encukou <[email protected]>
date: 2024-09-04T13:14:36+02:00
summary:
gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464)
files:
M Doc/howto/logging.rst
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index cbfe93319ddaa4..3182d5664ab6ec 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -382,6 +382,10 @@ Logging Flow
The flow of log event information in loggers and handlers is illustrated in the
following diagram.
+.. only:: not html
+
+ .. image:: logging_flow.*
+
.. raw:: html
:file: logging_flow.svg
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]