summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/logging.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/logging.rst b/Doc/library/logging.rst
index 14e00fe..b6622e3 100644
--- a/Doc/library/logging.rst
+++ b/Doc/library/logging.rst
@@ -730,6 +730,9 @@ the options available to you.
| threadName | ``%(threadName)s`` | Thread name (if available). |
+----------------+-------------------------+-----------------------------------------------+
+.. versionchanged:: 3.1
+ *processName* was added.
+
.. _logger-adapter: