From 4c37b093b0c636d19810435758fca17b2f6e2573 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 4 Sep 2017 16:45:34 -0400 Subject: [PATCH] Update logging.rst --- docs/writing/logging.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/writing/logging.rst b/docs/writing/logging.rst index ad2bda1..184e9e8 100644 --- a/docs/writing/logging.rst +++ b/docs/writing/logging.rst @@ -1,6 +1,8 @@ Logging ======= +.. image:: https://farm5.staticflickr.com/4246/35254379756_c9fe23f843_k_d.jpg + The :mod:`logging` module has been a part of Python's Standard Library since version 2.3. It is succinctly described in :pep:`282`. The documentation is notoriously hard to read, except for the `basic logging tutorial`_.