https://github.com/python/cpython/commit/8eef5a80a41b3875b052c2fcfabf4b708567d05b
commit: 8eef5a80a41b3875b052c2fcfabf4b708567d05b
branch: 3.12
author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
committer: ambv <luk...@langa.pl>
date: 2024-09-06T15:43:49+02:00
summary:

[3.12] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) 
(#123667)

(cherry picked from commit 7d2c2f24daf7a2abd166bb51652ba55c6f55695f)

Co-authored-by: Alexander Bessman <bess...@users.noreply.github.com>

files:
M Doc/howto/logging.rst

diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst
index b96ff7fd20ee20..5a392f94da4f21 100644
--- a/Doc/howto/logging.rst
+++ b/Doc/howto/logging.rst
@@ -381,6 +381,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 -- python-checkins@python.org
To unsubscribe send an email to python-checkins-le...@python.org
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: arch...@mail-archive.com

Reply via email to