diff options
author | Alexander Bessman <bessman@users.noreply.github.com> | 2024-09-04 11:14:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-04 11:14:36 (GMT) |
commit | 7d2c2f24daf7a2abd166bb51652ba55c6f55695f (patch) | |
tree | 6249693f22e0770b34f80161eaf574fdd3631597 | |
parent | c08ede27140121a919e884c7e8dfdce7b1a2e906 (diff) | |
download | cpython-7d2c2f24daf7a2abd166bb51652ba55c6f55695f.zip cpython-7d2c2f24daf7a2abd166bb51652ba55c6f55695f.tar.gz cpython-7d2c2f24daf7a2abd166bb51652ba55c6f55695f.tar.bz2 |
gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464)
-rw-r--r-- | Doc/howto/logging.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/howto/logging.rst b/Doc/howto/logging.rst index cbfe933..3182d56 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 |