diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-09-06 13:44:07 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-06 13:44:07 (GMT) |
| commit | 402b5f204a244f04b6c49fb3491369b74accdba2 (patch) | |
| tree | f918c159fee77f1f372953e6bf951d2687b1a414 | |
| parent | e443187fce52db1a757c672389256e69972df40d (diff) | |
| download | cpython-402b5f204a244f04b6c49fb3491369b74accdba2.zip cpython-402b5f204a244f04b6c49fb3491369b74accdba2.tar.gz cpython-402b5f204a244f04b6c49fb3491369b74accdba2.tar.bz2 | |
[3.13] gh-123463: Include logging_flow diagram in non-HTML docs (GH-123464) (#123666)
(cherry picked from commit 7d2c2f24daf7a2abd166bb51652ba55c6f55695f)
Co-authored-by: Alexander Bessman <bessman@users.noreply.github.com>
| -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 |
